FSuggestProjectileVelocityParameters was introduced in 5.4 and has a FCollisionResponseParams member that's initialized as a mutable reference to FCollisionResponseParams::DefaultResponseParam. str ...
While setting up whole scene shadows, CasterOuterFrustum is used to cull shadow casters from PrimitiveOctree. CasterOuterFrustum doesn't extend far back enough, which means that if an octree node fi ...
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 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 ...
It looks like the "Server Only" emulation settings are being applied to the client after a travel. When doing a server travel with the TRAVEL_Relative travel type, the NextURL created in AGameModeBa ...
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 a material with WPO effects and MaxWorldPositionOffsetDisplacement is applied to a foliage mesh, foliage applied to a map will no longer work as expected with density scaling, especially after ...
With net debug drawing enabled, an extra debug box is drawn around some actors to indicate if the actor is always relevant or if it is distance culled. However, the strange size of this box makes ne ...