View Distance sorting of Niagara sprites is incorrect when far from the origin

UE - Niagara - Jan 15, 2024

This problem seems to occur on both CPU and GPU Sims. ...

Pre-UE5 serialized FVariant FVector data corruption when deserialized in UE5

UE - Gameplay - LWC - Jan 15, 2024

FVariant is a struct that implements a union of data types, including FVector. When assigning an FVariant an FVector value in engine versions UE 4.27 or earlier, the FVariant will deserialize incorr ...

The UI layer system in Lyra leaks widgets when changing level

UE - Editor - UI Systems - UMG - Jan 12, 2024

Applied external forces to vehicles may be nullified by sleeping

UE - Simulation - Physics - Solver - Jan 12, 2024

If Entering sleeping state and applying external force are same time, the external force is nullified and the vehicle stops immediately. p.Chaos.Solver.SleepEnabled 0 or __ setting SleepLinearVel ...

Double clicking on Interface Function in Blueprint Graph does not take you to the function implementation.

UE - Editor - Jan 11, 2024

When double-clicking on an interface function call within a blueprint, the expected behaviour is that it will take you to the implementation of this function. However, it currently does nothing. ...

Specular/Anisotropy problems with Nanite Meshes

UE - Rendering Architecture - Jan 11, 2024

Specular highlights can disappear with clearcoat materials, when "Clear Coat Enable Second Normal" is enabled ("r.ClearCoatNormal"). ...

UObject Macro Libraries cannot use functions that require a WorldContext

UE - Gameplay - Blueprint Editor - Jan 11, 2024

If you make a Blueprint Macro Library that derives from UObject you are then unable to use any functions that require a WorldContext, like Delay. This is because the WorldContext cannot be assumed l ...

[UDN - 00707230] DetailLayoutHelpers ensure when using VisibleAnywhere Instanced properties

UE - Editor - Workflow Systems - Jan 11, 2024

From UDN Description Hello, there's an ensure that's firing in `DetailLayoutHelpers.cpp#137`: [Start code block] ensure(PropertyNodeMap.ParentProperty == CurObjectNode); [End code block]when ...

[UDN - 00655218] UDeveloperSettings change delegate not executed on import

UE - Editor - Workflow Systems - Jan 11, 2024

UDN Description Hello, We extensively use the UDeveloperSettings class to automatically register project and editor settings for the different C++ plugins we build. For instance : [Start code b ...

Detect OnHovered event in child widgets even if HitTest(Self/Child) is disabled in RetainerBox

UE - Editor - UI Systems - UMG - Jan 11, 2024

When HitTest(Self/Child) is disabled in RetainerBox, the child widget is assumed to not fire all hit test events. However, in this case, the hit test event is fired in the child widget. This is an i ...