The leaking variable is UInstancedStaticMeshComponent::InstanceDataBuffers. The memory block is passed to InitPerInstanceRenderData() via InstanceDataBuffers.Release(). But the function doesn't mana ...
The GPU may time out in NaniteSplit when drawing VSM shadows for Nanite Tessellated landscape with in a scene with several local shadowed point lights. The issue doesn't reproduce in 5.6, likely to ...
When attempting to run SunTemple with r.Mobile.SupportGPUScene enabled on some Mali GPUs, the project renders with what looks like pieces of the geometry stretching across the level and bending out ...
Apex cloth material assigned to multiple material elements will not render correctly in Persona or when PIE/Simulate in the editor. Any material element other than element 0 will be masked/invisible ...
When trying to build the entire engine solution or UnrealCEFSubProcess directly, Visual Studio 2013 is required to be installed for UnrealCEFSubProcess to complete successfully. There is also an err ...
If a user creates a struct blueprint then references it in another blueprint and then deletes the struct while the editor is closed, the referencing blueprint will crash when opened. ...
There seems to be a noticeable difference with the temporal AA sharpness in 4.13. This was confirmed by setting Temporal Sample count and sharpness with the same settings in a 4.12 project. A side b ...
There is an error with the SmartMacroInterface, where you can't use an empty wildcard "Make Array" node. This error makes the blueprint not compile and the macro unusable. Disabling the bUseSimpleWi ...
Cannot set array elements from an array that is contained within a struct User Description: Setup: Array of structures "StructureA". In StructureA, array of integers/strings/whatever. Result: Can' ...
When an array of custom UObjects is defined in an actor component class, blueprint instances of the component class cannot update the array elements. Array elements only update inside the blueprint ...