Mirror operation on Physics Asset produces wrong results for constraints, including flipped axes

UE - Simulation - Physics - Feb 7, 2025

The Physics Asset Editor has a "mirror" feature that allows physics bodies and constraints to be mirrored from one side of a skeleton to the other. If this operation worked correctly, it could save ...

CreateDynamicMaterialInstance will pull from the base rather than overridden mesh on SkinnedMeshComponent when run from construction script

UE - Framework - Blueprint - Feb 6, 2025

When UPrimitiveComponent::CreateDynamicMaterialInstance is called on a skinned mesh, and the input material is invalid, we call USkinnedMeshComponent::GetMaterial to get the base material on the exi ...

[AI] Navmesh tiles on different layers get removed while streaming out in WP Dynamic Modifiers Only navmesh

UE - AI - Navigation - Feb 6, 2025

 Streaming out the navmesh and streaming the area back into the world before the GC runs causes the navmesh streamed back into the world to only have navmesh tiles on a layer with tiles that would b ...

Deleting transient actor marks level dirty

UE - World Creation - Worldbuilding Tools - Feb 6, 2025

The licensee has noticed that the deletion of a transient actor still marks the scene as dirty and asks it to be saved. Checking the source it was noted that the transient flag is not verified on de ...

[Interchange][FBX] Import model with custom collision prevents socket to be imported

UE - Editor - Content Pipeline - Import and Export - Feb 5, 2025

I would like parity with legacy: 1) only one material 2) socket to be imported Box_Socket file imports same in legacy and interchange: it is just box and socket without collision. ...

COND_InitialOnly property not written to first replay checkpoint after being changed

UE - Networking - Feb 5, 2025

When recording a checkpoint, it is treated as an initial replication, as all the changed properties since the channel was opened need to be recorded. This normally results in any initial only proper ...

(GAS) Block tags are ignored in version 5.5.2 if two abilities share the same parent tags structure.

UE - Gameplay - Gameplay Ability System - Feb 5, 2025

Block tags are not working correctly in version 5.5.2, it was working in 5.5.1. This is caused by a change done in version 5.5.2. The exact CL is: CL 35930696 ...

Foot Placement: Checks should be ensures

UE - Anim - Gameplay - Feb 5, 2025

As per the title, a cosmetic anim node should not be crashing an entire game. At worst these should be ensures. Its experimental, but its important they're removed before the experimental flag is re ...

An ensure is triggered when a StaticMesh is set inside a StaticMeshComponent on an actor, and another actor references the static mesh actor from two child actor components.

UE - Content - Engine - Feb 5, 2025

There is an issue when setting a Static Mesh inside a blueprint that it is referenced by another blueprint with more than one child actor. An ensure is triggered inside the engine, and there is a ...

Mesh particles are inadvertently culled when NiagaraActor scales large

UE - Niagara - Feb 5, 2025

When a large scale value (e.g. 500) is set on the NiagaraActor, the mesh particle is unexpectedly hidden. This may be a side effect of the following change ([Link Removed]). PrimitiveData.NonUnifo ...