p.NetShowCorrections debug capsules do not match character's orientation with custom gravity direction

UE - Gameplay - Player Movement - Jun 25, 2025

This looks to be because the debug drawing uses FQuat:Identity for the capsules, rather than the character's orientation. ...

In AnimNode_RigidBody.cpp, PhysicsSimulation->CreateActor() is being passed World Space transforms, when it should be getting Local Simulation space transforms

UE - Simulation - Physics - Jun 24, 2025

In AnimNode_RigidBody.cpp, PhysicsSimulation->CreateActor() is being passed World Space transforms, when it should be getting Local Simulation space transforms. The licensee has reported that FAnimN ...

Niagara mesh particles invalidate lighting when "Cast Shadow" is enabled with Hardware Ray Tracing enabled

UE - Graphics Features - Lumen - Jun 24, 2025

Lumen HWRT, combined with Niagara Mesh Renderer, can cause the Lumen Scene to be reset, resulting in a sudden change to indirect lighting. ...

FAnimMontageInstance::SetNextPositionWithEvents can trigger all notifies on a montage/sequence

UE - Anim - Runtime - Jun 24, 2025

This issue happens when Sequencer loops a dynamic montage. FAnimMontageInstance::ForcedNextFromPosition is set to 0 and ForcedNextToPosition is effectively the delta time. However, FMontageSubStep ...

[AI] Cannot select the local player when using GameplayDebugger while the Mass category is active

UE - AI - Debugging - Jun 23, 2025

The GameplayDebugger is not updating its displayed information for the local player when attempting to select the local player. This behavior seems to only occur when the Mass category is active AND ...

Pressing Cancel after ColorPicking a Sequencer's tracked Color will not reverted the color to the previous value

UE - Anim - Sequencer - Jun 22, 2025

Pressing Cancel after ColorPicking a Sequencer's tracked Color will not reverted the color to the previous value. There's a bug when ColorPicking a color that is being tracked in Sequencer - pressin ...

Enabling bUpdateComponentTransformToRootBone in a GeometryCollectionComponent causes broken particles to appear in the wrong location

UE - Simulation - Physics - Destruction - Jun 22, 2025

Enabling bUpdateComponentTransformToRootBone in a GeometryCollectionComponent causes broken particles to appear in the wrong location. When that flag is true, the moment the GeometryCollection (GC) ...

Editor mode keyboard shortcuts active when in Play In Editor

Editor mode keyboard shortcuts active when in Play In Editor. This behavior is a departure from previous versions. It was described by the licensee as confusing and it clashes with gameplay assigne ...

UAsset file size - fbx embedded textures

UE - Editor - Content Pipeline - Import and Export - Jun 20, 2025

hello! was curious if there were any settings I could adjust in Unreal to reduce the size of uassets generated from fbx files with embedded textures? i've recently swapped to using fbx exports from ...

Crash when using StaticDuplicateObject with mismathced Source and Destination class types

UE - Foundation - Jun 19, 2025

Starting in Unreal Engine 5.4, StaticDuplicateObject internally switched to using Unversioned Property Serialization (UPS) for performance reasons. However, UPS assumes the source and destination ob ...