Cooking crash during shutdown with no useful error

UE - Simulation - Physics - Apr 11, 2023

Sometimes some of actors are destroyed after the destruction of the solver through the garbage collector. In this case, the app crash in FChaosScene::RemoveActorFromAccelerationStructureImp because ...

Crash when double-clicking landscape editor splines point tangent

UE - LD & Modeling - Terrain - Landscape - Apr 11, 2023

When double click splines point tangent, the editor will crash.  This issue related to [Link Removed], it didn't care about double-click case. Workaround: void FEditorViewportClient::ProcessDoubl ...

BPGC GetPreloadDependencies() may be excluding non-DSO archetypes

UE - Gameplay - Blueprint - Apr 10, 2023

Currently, UBlueprintGeneratedClass::GetPreloadDependencies() is only inclusive of subobjects instanced via CreateDefaultSubobject(). We may need to broaden it to include RF_ArchetypeObject and/or ...

TSR ghosting with fast moving shadows

UE - Graphics Features - Apr 10, 2023

[Link Removed]  ...

OCIO: orthographic viewport perspectives disable color transform

UE - Virtual Production - Rendering - Color - Apr 6, 2023

Switching through a non-perspective view disables the OCIO color transformation until perspective is re-selected. (There is also a related Slate-Editor issue where the visible viewport label doesn't ...

Replicated components spawned by CreateComponentOnInstance are broken by object reuse

UE - Gameplay - Apr 5, 2023

When the gameplay framework component manager creates components as part of CreateComponentOnInstance, it passes in the requested class name as the literal name of the component instead of using the ...

Reference to control rig can be lost on actors with multiple skeletal mesh components

UE - Anim - Rigging - Control Rig - Apr 4, 2023

In the attached project, when we initially add a control rig track for the actor with multiple skeletal mesh components, we add the control rig for the correct component because FControlRigParameter ...

Sequencer Path tracks don't work well with physics/velocities

UE - Anim - Sequencer - Apr 4, 2023

The path track does not play well with velocity, and seems to keep the velocity of the movement from the object's initial location and the start of the path. Baking the transform resolves the issue. ...

Subobject editor collapsed nodes are auto expanded when adding or moving a node

UE - Gameplay - Blueprint Editor - Apr 3, 2023

Node operations cause all of the collapsed nodes to be auto expanded. This is disruptive when working with complex hierarchies because you can't hide irrelevant components. ...