When using a layered material that writes to a runtime virtual texture. Sometimes when modifying a layer parameter in the material instance editor. The cached material data in the runtime virtual ...
The licensee noticed that in Development builds, the Render thread times are suspiciously similar to GPU times, and the same thing happens when enabling FORCE_USE_STATS in Test configuration. The is ...
Reflections do not receive SkyLight leakage contribution from a static SkyLight when static lighting is disallowed. This is caused by the function UpdateSkyIrradianceGpuBuffer checking if the SkyLig ...
Once a mover character has had a skeletal mesh set as its movement base, it appears to get stuck in a desynced state after moving to a static movement base. It is only when the character's movement ...
It crashed when unspawning an AI which will destroy its entity. Inside DestroyEntities "IsProcessing" is true, but when it breaks into the debugger, "ProcessingScopeCount" is 0 (so IsProcessing shou ...
The underlying cause is some edge case involving a math expression node, which does some perhaps naive things with a contained graph. ...
The engine crashes when the r.MaterialQualityLevel is changed in a cooked game that uses the FastGeo Streaming Plugin. The crash doesn't repro with the same steps in Editor, just in a cooked build. ...
The crash happens when SetState is called inside the function bound to OutputAnimationPose’s OnUpdate in the animation state. This way of using Set State node is the same as shown in the official do ...
The licensee's VFX team has been struggling with getting their Niagara systems with translucent materials to fit into the environments they are being used in. In a project with default settings, the ...