changing level visibility causes levels moves to strange position when using world origin shift

UE - World Creation - Worldbuilding Tools - Jul 20, 2022

Selecting another level while the level is hidden cause the level moves to incorrect position. it occurs only when using world origin shift in world setting. ...

Latent Blueprint Functions has incorrect linkage when the FLatentActionInfo is the first argument

UE - Gameplay - Blueprint Compiler - Jul 18, 2022

When you create a latent function in C++ with the FLatentActionInfo first it will incorrectly set up the linkage for the latent info such that it gets linked to the incoming execution pin of the fun ...

Large distant objects lose skylight lighting

UE - Graphics Features - Jul 18, 2022

Replacing actors during LevelInstance inline editing applies incorrect transforms

UE - World Creation - Worldbuilding Tools - Level Instances - Jul 14, 2022

When you finish editing a level instance, the actor is converted from the world position to the local position of the level instance, but if you replace the actor, the conversion process is performe ...

Crash occurs while changing between FK/IK mode in Animation Mode on the same frame with Space changing

UE - Anim - Sequencer - Anim in Engine - Jul 11, 2022

Crash occurs while changing between FK/IK mode in Animation Mode on the same frame with Space changing. ...

BP using nested child actor components in streaming level causes ensure condition failed

UE - Simulation - Physics - Solver - Jul 11, 2022

This never happens on ue5.0.0 The problem appears to be caused by a deleted PhysicsProxy being registered with Solver. Since the solver accesses the deleted PhysicsProxy, it may crash. Checking a ...

Can not affect "r.SetRes" command in editor new window

UE - Foundation - Core - Jul 11, 2022

When playing in "New Editor Window" mode, entering the r.setres command does not change the screen size. This worked in UE4.27, but no longer works in UE5.0. ...

Physics Constraint returns incorrect values for Swing1, Swing2, and Twist

UE - Simulation - Physics - Jul 7, 2022

Tested in //UE5/Main CL#20966071 Tested in //UE4/Release-4.27 CL#18319896 Physics Constraint returns incorrect values for Swing1, Swing2, and Twist. ...

Dynamic Mesh component collision detection isn't treated like a volume

UE - Simulation - Physics - Solver - Jul 7, 2022

Tested in //UE5/Main CL#20966071 with the same results. Dynamic Mesh component collision detection isn't treated like a volume. End Overlap fires when the character stops Overlapping the side of th ...

When StaticMeshComponent is added to an empty Actor, no HLOD is generated.

UE - World Creation - Worldbuilding Tools - HLOD - Jul 1, 2022

When a Cube of StaticMeshActor is placed, it is generated without any problem. ...