Setting the resolution of PIE to 4K Ultra HD results in the new PIE window going very far out of the bounds of 4K. If you are using two monitors the PIE window will bleed over a good bit into the ot ...
If a virtual texture physical pool becomes oversubscribed the current behavior is: Log a one time only warning: ''Failed to allocate VT page from pool...' Continue to evict the least recently used t ...
Interface function has the incorrect pin type if referencing self User Description: I have an interface that requires an array of its own interfaces as output. I have that array of interface as a ...
The FLinearColor implementation for FVulkanDynamicRHI is incorrect. FLinearColor stores 32 bit floats in linear space, while FColor stores 8 bit integers encoded with sRGB applied. The implementatio ...
Increase in Engine Stats for large amounts of Hierarchical Instanced Static Mesh Components User Description: We are having performance drops of almost 5ms in 4.15 when using "Hierarchical Instanc ...
When creating a class (of any kind i.e. an actor), when a collapsed graph is compiled the ref breaks when adding or renaming the graph. ...
User report: HISMCs are currently broken in master. They always show the lowest LOD available for a mesh, so if you have a HISMC with a tree mesh set, you would always see the billboard of the tree ...
RVT only primitives are being pushed through the occlusion culling. It would be more efficient to not do that. ...