Anim Composite root motion preview is broken

UE - Anim - Gameplay - Sep 6, 2024

LoopAndReset preview option is broken after one loop for anim composites ...

It's possible to create a locked state on a rigidbody by creating a TransientField that will keep the rigdbody Sleeping even after it leaves the Field's area of influence

UE - Simulation - Physics - Sep 5, 2024

The licensee found a way to lock the state of a rigidbody as PBDRigid->ObjectState() == EObjectStateType::Sleeping by subjecting it to a particular transient field composed of a RadialFalloff and a ...

Incremental GC vs Loading Screens deadlock

UE - Foundation - Core - Sep 5, 2024

A licensee is reporting that using a loading screen with the incremental garbage collector can result in a dead lock when a loading screen is displayed. The licensee found out that:  -------------- ...

Assets referenced solely in disabled Niagara Emitters are still cooked and packaged

UE - Niagara - Sep 5, 2024

Niagara Emitters, when disabled, appear to be removed from the Niagara System's packaged asset as evidenced by a sizeable reduction in size. However, if the Emitter referenced an asset, such as a st ...

Enabling ZenLoader causes editor crash when undoing Level Instance deletion

UE - Foundation - Core - Sep 5, 2024

Crash reported through UDN. With ZenLoader enabled, deleting a level instance and triggering Undo causes a crash in  ULandscapeComponent::PostEditUndo() The user has provided an example project th ...

MVVM: Bindings set to Tick aren't executed every frame

UE - Editor - UI Systems - UMG - Sep 4, 2024

Server only network emulation settings applied to client on travel

UE - Networking - Sep 4, 2024

It looks like the "Server Only" emulation settings are being applied to the client after a travel. When doing a server travel with the TRAVEL_Relative travel type, the NextURL created in AGameModeBa ...

FDateRange cannot be declared as UPROPERTY

UE - Foundation - Core - UObject - Sep 4, 2024

Unlike other range wrapper structs, such as FFloatRange, marking a FDateRange as a UPROPERTY results in the following error: error : Unable to find 'class', 'delegate', 'enum', or 'struct' with nam ...

Unreal Editor Submit Changelist Pre-Submit Validation is not recording errors and warnings

UEditorValidatorSubsystem::ValidateChangelistsInternal needs some work on handling warnings and errors. ...

EditorOnlyReferences on actor descriptions are not properly computed/can include non editor only references

UE - World Creation - Worldbuilding Tools - World Partition - Sep 3, 2024

From licensee:"[...] the issue is that ActorsReferencesUtils::GetActorReferences (/FArchiveGatherExternalActorRefs) will only analyze a reference to an object (/actor) once, if it's editor only the ...