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

Trigger Delay Node Does Not Reset When Sent Another Trigger

UE - Audio - MetaSounds - Apr 17, 2023

Trigger Delay is not behaving as described in it's current tooltip, i.e. "Executes output trigger after the given delay time from the most recent execution of the input trigger." Namely, it is outpu ...

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

Crash on IOS with spotlight shadow

UE - Platform - Mobile - Apr 13, 2023

Editor crashes when using servertravel during PIE mode.

UE - Editor - Workflow Systems - Apr 13, 2023

The editor crashes when attempting Seamless Travel in PIE while the World Outliner is displayed and an actor is attached to another actor. ...

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

Engine Crash when Running a Screenshot Functional Test

UE - Automation Test - Apr 12, 2023

Running a Screenshot Functional test, is causing an engine crash. By attaching a debugger to it, AScreenshotFunctionalTestBase::PrepareForScreenshot() is reached and GEngine->GameViewport is null, ...