Sequencer - Soft References do not work as payloads in Event Track keys, the endpoint event receives none/empty instead

UE - Anim - Sequencer - Jul 31, 2024

In sequencer, an "event track" can be added to call functions/events defined in the Sequence Director Blueprint. The parameters for those endpoint functions/events can be sent as a Payload associate ...

Duplicating an imported socket wrongly displays the duplicate as also imported

UE - LD & Modeling - Modeling Tools - Mesh Editing - Jul 31, 2024

The duplication of an imported mesh wrongly marks it as also imported from the source mesh. The probable cause is data duplication without taking this edge case into account. I suggest checking Unr ...

Disabling Disregard for GC with an invalid asset in GameplayTagTableList causes a controlled crash

UE - Foundation - Core - UObject - Jul 31, 2024

Disabling Disregard for GC leads to a crash in GarbageCollectionVerification.cpp VerifyObjectFlags. This crash occurs when there is an invalid path specified in GameplayTagTableList. The cause of t ...

FILTER_COMMANDLINE_LOGGING cannot be used without forcing UE_COMMAND_LINE_USES_ALLOW_LIST

UE - Foundation - Core - Jul 30, 2024

There's two ways to affect the commandline in CommandLine.cpp: FILTER_COMMANDLINE_LOGGING - for filtering certain or all args (if left empty) from the log. UE_COMMAND_LINE_USES_ALLOW_LIST - for on ...

'Platform Stats' incorrectly display the number of Texture Calls for a material

UE - Rendering Architecture - Materials - Jul 29, 2024

When the DBuffer is disabled in the project settings, the Material Editor Stat page will still display the estimated texture lookups for the DBuffer. It appears that the code that adds these estimat ...

Memory leak when Lumen is disabled but r.MeshCardRepresentation=1

UE - Graphics Features - Lumen - Jul 29, 2024

When Lumen is disabled, but the cvar "r.MeshCardRepresentation" is set to 1, Lumen will continuously enqueue object removal from the Lumen Scene, without ever emptying the array of primitives to rem ...

Light Complexity view mode crashes if there are hair cards in the scene

UE - Graphics Features - Jul 24, 2024

The Editor will crash if Groom Hair Cards are viewed with the Light Complexity View Mode. ...

Nanite mesh polygons disappearing when using masked opacity with vertex color in 5.4

UE - Graphics Features - Nanite - Jul 24, 2024

In 5.4.3, a nanite enabled mesh with a material that takes its vertex color (R) and uses it as the opacity mask output in a masked blend mode material, causes the mesh to have disappearing polygons ...

Mismatch of light position and PerObjectProjectedShadows

UE - Graphics Features - Jul 23, 2024

Per-Object shadows cast by a stationary point light do not appear in the correct place on movable geometry. ...

Reflection Captures permanently unload with world streaming

UE - Graphics Features - Jul 19, 2024

When a reflection capture is unloaded due to streaming, it cannot be reloaded when the player returns to that area in the world because FReflectionCaptureData::OnDataUploadedToGPUFinal deletes the C ...