In split-screen, Niagara GPU Distance Field collision appears to be evaluated against only the first view passed into the Niagara GPU sim (view index 0), rather than per split-screen view. Because G ...
When generating the textures for Approximate HLOD layers, the Nantie geometry is very low resolution, resulting in the captured textures fitting the actual HLOD geometry poorly. This creates visual ...
Parameters attached to the input of a Vertex Interpolator Material Expression are visible in the Material Instance, even if the output of the Vertex Interpolator Material Expression is not connected ...
When a branch of a selector is deactivated, all auxiliary nodes and observer delegates are removed. If the branch is reactivated soon and the CurrentActiveNode remains unchanged, the behavior tree l ...
Nanite meshes only cast virtual shadow maps and do not cast any distance field shadows, regardless of the distance of the shadow casting mesh to the camera. ...
The UMG editor allows us to add a Material Parameter Control track to an animation. This track makes it possible to animate parameters used in a material. Designers can scrub the timeline and previe ...
There is a bug affecting DetailGroups in the engine. When adding child DetailGroups to a parent DetailGroup, the expansion state does not behave as expected and ignores the flags intended to control ...
When the level currently being edited has unsaved changes and the user opens a new one, the Editor asks if the changes should be saved. If the user answers negatively, the level asset is reverted to ...
Landscape HLODs are broke when build from Editor. See repro steps above. I have not provided a repro project as it uses the open world starter map. Note that current Main has additional bugs that o ...
The deadlock occurs when attempting to cancel compression during animation sequence destruction. The compression thread ends up deadlocking with the game thread, which is the one requesting the canc ...