When rendering a single Level Sequence with MRQ, removing the Level Sequence that is actively rendering will create an array out of bounds exception. Also confirmed in //UE5/Main, CL: 36086643 ...
The UVs in HLOD's StaticMesh appear to be broken when there are sections with zero triangles in the fallback mesh. This is most likely the case for sections containing only small parts. Workaroun ...
A crash occurs at FindChecked in the code below.if (PreparedServiceChanges->OwnerAccountId) { InternalPublicData->OwnerAccountId = *PreparedServiceChanges->OwnerAccountId; if (bDispatchNot ...
A crash inside Unreal Engine Editor version 5.4.4 occurs when reproducing a Level Sequence while in PIE. This issue is a regression. It only crashes in version 5.4.4. It was working correctly in ver ...
LoopAndReset preview option is broken after one loop for anim composites ...
Overriding CreateSceneProxy function from PrimitiveSceneProxy for a custom class no longer renders in 5.4 even though the same code is working in 5.3. ...
When the Lit > Actor Coloration > Affects Navmesh or other Actor Coloration mode is used, Nanite meshes apply lighting differently than non-Nanite meshes which can make it difficult to use the Actor ...
Up to UE 5.0, when the "Object Position" node is used in the Material Editor as part of a material with Light Function domain, attempting to compile the material results in the following error: "[SM ...
In a scene without a sky sphere, increasing the skylight intensity will cause the sky to brighten in the pathtracer. Other renderers do not brighten the sky, and the intensity increase is applied on ...