DataTable with structures containing TArray and TMap keeps increasing memory while no rows are selected

UE - Editor - Workflow Systems - Apr 18, 2023

When using a DataTable based on a structure that includes TArray or TMap, if a row is not selected, the memory usage will continue to increase. This is because in SDetailsViewBase::Tick, ForceRefr ...

Assert during HLOD Mesh Build with Degenerate Triangles in a Mirrored Mesh Instance

UE - Editor - Content Pipeline - Import and Export - Apr 14, 2023

Licensee reports an issue with MeshDescription indexing when reversing a degenerate triangle. ...

ReversedDepthOnlyIndexBuffer exported even when bEnableDepthOnlyIndexBuffer is false

UE - Graphics Features - Apr 14, 2023

ReversedDepthOnlyIndexBuffer is exported even when bEnableDepthOnlyIndexBuffer is false. It's likely an error and line 568 in StaticMesh.cpp should rather be ://if (!bEnableReversedIndexBuffer) <= ...

CopyFileUnderSourceControl Fails on Already Resolved Files

UE - Editor - Workflow Systems - Apr 12, 2023

CopyFileUnderSourceControl has instances when the response is not a success even though the files are copied successfully under source control. It seems FPerforceCopyWorker::Execute() tries to reso ...

Inconsistent Behavior for MarkFilesForDelete/MarkFileForDelete

UE - Editor - Workflow Systems - Apr 12, 2023

MarkFilesForDelete stops the files from getting deleted if they are checked out by others while, MarkFileForDelete (non-batched version) has no problem deleting such files. It looks like MarkFilesF ...

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 ...

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 ...