DistanceToNearestSurface node does not work when r.DistanceFieldAO is disabled

UE - Rendering Architecture - Materials - Jul 16, 2025

The problem seems to be that the bUsesGlobalDistanceField flag in the ShouldPrepareGlobalDistanceField() function checks for usage on the material, but it doesn't seem to take effect. The material u ...

Bake Pose is not applied correctly when using LODSettings asset

UE - Anim - Rigging - Jul 16, 2025

The Bake Pose setting does not work when using a SkeletalMesh LODSettings asset. After the change in CL22878911, the BasePose in the LODSettings asset is no longer copied to the BakePose in the skel ...

AddOrUpdateWarpTargetFromComponent behaving incorrectly when using a SceneComponent with non-identity scale

UE - Anim - Gameplay - Jul 15, 2025

When using AddOrUpdateWarpTargetFromComponent you can pass in a SceneComponent, Relative Location and Rotation as well as optionally choosing to have the warp target follow the object if it moves.If ...

URuntimeVirtualTextureComponent::RequestPreload not working for some edge cases

UE - Rendering Architecture - Jul 15, 2025

A licensee has reached out to us to inform us that the logic for preloading at times fails to account for adaptive virtual textures when the requested mip level is not in the shared AllocatedVirtual ...

Conflict between sequencer transform track and Parent Constraint from the Animation Mode breaks temporary pivot translation on any actor

UE - Anim - Anim in Engine - Jul 15, 2025

Note: This affects all versions from at least UE 5.3, including mainline latest. The "Animation" Editor Mode allows creating constraints for level actors. One of these, the "Parent" constraint, con ...

Crash in PCGComponent during file load for file with vegetation from placement tools

TM - Rendering - Jul 14, 2025

Reported in SF [Link Removed] Client has a file that consistently crashes during loading in the PCGComponent.cpp that appears to be linked to placed vegetation. Crash occurs during file open and m ...

Drag-and-drop any cooked Blueprint class asset into the level viewport crashes the editor

UE - Framework - Blueprint - Jul 14, 2025

Dragging any cooked Actor-based Blueprint class asset into the level editor viewport will crash the editor when it has been configured to work with cooked assets. This is a regression that started ...

Interchange framework is bypassed on the second attempt after a failed import

UE - Editor - Content Pipeline - Import and Export - Jul 14, 2025

Hello! We have encountered a bug with the Interchange pipeline. When an interchange texture import is cancelled due to non-power of 2, and then the same texture is imported again without any change ...

When moving actors to the current level, their label is reset and displayed incorrectly on the Scene Outliner until the next time it is refreshed

UE - Editor - Workflow Systems - Jul 14, 2025

This is a regression, it worked correctly up to UE 5.4, but repros on UE 5.5 and 5.6. Also, this seems related to [Link Removed], which was fixed by CL 40649716/40649749 and integrated into UE 5.6, ...

Console command “showflag.rendering 0” causes crash

UE - Rendering Architecture - Jul 10, 2025

A crash occurs when the console command “showflag.rendering 0” is executed. This does not occur in UE5.5, so it is a iassue in UE5.6. ...