Texturing: RC 1.5 texturing hangs, RC 1.4.2 works fine with same dataset and workflow

RC - Texturing - Feb 13, 2025

Tested on the provided project, it looks like the unwrap was provided, but then the process stuck. I also checked the Task manager and there wasn't almost any activity for RealityCapture.[Image Remo ...

Cards for a Groom asset do not update normals during simulation

UE - Graphics Features - Feb 13, 2025

When a groom is allowed to simulate, only the strand representation computes correct world normals for the new hair strand positions. This is especially noticeable when the groom is inverted as grav ...

D3D12 Does Not Correctly Validate Static Uniform Buffers Correctly

UE - Rendering Architecture - RHI - Feb 12, 2025

When adding a Uniform Buffer Struct that has one 4x4 matrix to a mesh pass, validation will fail, due to a Uniform Buffer Struct mismatch. This can be reproduced by adding a mesh pass in project-si ...

Duplicating many Actors at once in a Level Instance while in Level Instance Edit will result in a jumbled mess of Actors on the Persistent Level

UE - World Creation - Worldbuilding Tools - Level Instances - Feb 12, 2025

Duplicating many Actors at once in a Level Instance while in Level Instance Edit will result in a jumbled mess of Actors on the Persistent Level. The licensee has encountered this in Unreal 5.4 and ...

5.4, FRHIMemoryPool leaks memory

UE - Rendering Architecture - RHI - Feb 12, 2025

FRHIMemoryPool will leak data when it is destroyed. "FRHIMemoryPool::Init()" will create "FRHIMemoryPool::DesiredAllocationPoolSize" new "FRHIPoolAllocationData" objects, stored in "FRHIMemoryPool: ...

When MotionExtrantorModifyer is applied to skeletal mesh, it outputs warning about module loading of AnimationModifierLibrary at editor startup in ThirdPerson C++ project.

UE - Anim - Runtime - Feb 12, 2025

When MotionExtrantorModifyer is applied to a skeletal mesh, it outputs an import error of AnimationModifierLibrary when the editor is launched. The project module and the AnimationModifierLibrary mo ...

FCableSceneProxy::BuildCableMesh thrashes memory allocator

UE - Simulation - Physics - Feb 12, 2025

FCableSceneProxy::BuildCableMesh in CableComponent.cpp:233 showed up as a hot spot in profiling because the two TArray allocators in SetDynamicData_RenderThread used by BuildCableMesh are created an ...

Incorrect mesh deformation when Max World Position Offset Displacement used

UE - Graphics Features - Nanite - Feb 12, 2025

When Vertex Animated Texture is used to animate a mesh with World Position Offset, often the Max World Position Offset Displacement Material setting must be increased or the Bounds Scale increased, ...

Iris - incorrect initial state in pawn's BeginPlay if replicated via huge object path

UE - Networking - Iris - Feb 11, 2025

This occurs when the pawn is initially replicated using the huge object path when first connecting to a server. Destroying and restarting the client's pawn works as expected. After connecting, the c ...

World Partition grid priority setting taken into account last

UE - World Creation - Worldbuilding Tools - World Partition - Feb 11, 2025

From licensee:Editor Grid priorities setting will get overruled in code giving the user false feeling of control – smaller grid cells can load before larger grid cells on the same layer even if the ...