Geometry collection components report incorrect mass for character movement components

UE - Simulation - Physics - Sep 24, 2024

A player cannot move heavier GC objects even if we have a valid setup due to the GC not reporting the correct mass.  ...

Strip out disabled Pose Search Database animations during cook

UE - Anim - Gameplay - Sep 23, 2024

Animations that are disabled in the Pose Search database still get loaded in a cooked build ...

Blueprint improperly marked dirty when it contains a latent node with a byte enum

UE - Gameplay - Blueprint Editor - Sep 23, 2024

In UE 5.4, when deleting actors in our levels, some blueprints will be mark dirty despite not having changed. We traced that down to FAssetRenameManager::CheckPackageForSoftObjectReferences. The af ...

Access Violation - UMovieSceneFolder::PostLoad - Accessing freed memory

UE - Anim - Sequencer - Sep 19, 2024

A licensee has hit an access violation issue due to a movie scene containing a reference to an invalid child object binding. It triggers in the following method: UMovieSceneFolder::PostLoad // Vali ...

Niagara Editor Viewport will crash when rendering opaque materials with Mobile Multi-View and Mobile Vulkan Preview Enabled

UE - Niagara - Sep 18, 2024

The Niagara viewport will crash when rendering opaque sprites if Mobile Multi View and the mobile preview are enabled. Additive materials do no crash, and if the viewport is not set to lit it does ...

Dark square appears in hair in direction of spotlight when shadows disabled

UE - Graphics Features - Sep 18, 2024

A dark square appears in the direction of a spotlight on hair when the spotlight has no shadow. [Image Removed] In UE 5.4 the dark square is visible when the spotlight has no shadow, and a light s ...

Modifying FSuggestProjectileVelocityParameters::ResponseParam.CollisionResponse modifies FCollisionResponseParams::DefaultResponseParam

UE - Gameplay - Sep 17, 2024

FSuggestProjectileVelocityParameters was introduced in 5.4 and has a FCollisionResponseParams member that's initialized as a mutable reference to FCollisionResponseParams::DefaultResponseParam. str ...

Preview Text display on Font Editor does not apply SubFontFamily setting

UE - Editor - UI Systems - Sep 17, 2024

The Preview text display in the Font Editor does not apply the Sub-Font family settings. Only the Default Font Family and Fallback Font Family can be applied to the display. ...

Cursor locks to ScrollBox in native fullscreen mode are locked in the wrong position

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

When specifying a widget of a different size than the screen in FReply::LockMouseToWidget, the cursor is locked to a different position in native full screen mode. It appears that the window size n ...

Force Feedback has incorrect duration on iOS devices

UE - Platform - Apple - Sep 16, 2024

The user also describes not being able to tell the difference between a force feedback value of 0.3 and 1,0 on iPhones Note: This is likely an issue somewhere in FIOSInputInterface::SetForceFeedb ...