World Source in Take Recorder does not record auto-tracked actors properly

UE - Virtual Production - Tools - Take Recorder - May 23, 2025

The Take Recorder plugin allows for multiple sources to be recorded during gameplay. The World Source is expected to record everything in the level when the Autotrack Actors option is enabled. Once ...

Creating FTickableObjectBase inherited class in async thread may cause pure virtual function call

UE - Framework - May 22, 2025

Classes that inherit from FTickableObjectBase are added to the tickable queue by the QueueTickableObjectForAdd function during their construction (see FTickableGameObject::FTickableGameObject). At t ...

Generated instances can not be cleaned up when PCGVolume is copied to a different level

UE - World Creation - Procedural Tools - May 19, 2025

Copying a PCGVolume beyond a level creates an instance that cannot be deleted. In UE5.5 or later, it is possible to delete the instance by pressing Cleanup button with Ctrl key (purge all components ...

Misaligned sampling in UI Material with with CustomStencil

UE - Graphics Features - May 19, 2025

The output of the CustomStencil node in a User Interface material does not align with the viewport dimensions. Toggling fullscreen/windowed mode (F11) causes the offset to reappear, so scaling the n ...

AnimNotify Issue with LevelSequencer Actor with URO

UE - Anim - Gameplay - May 19, 2025

Sometimes AnimNotify does not fire when an animation is executed under the following conditions. 1. The CharacterMesh's AnimationMode uses UseAnimationAsset 2. CharacterMesh's URO is enabled (Enable ...

Tick functions are skipped on the first frame in package build and standalone PIE

UE - Gameplay - May 19, 2025

It's reported that all Tick functions are skipped on the first frame when running in packaged builds and standalone PIE. This is because both TickVisitedGFrameCounter and GFrameCounter are initializ ...

[AI] SmartObjectSlot does not have a valid node ref even when it should project to navigation.

UE - AI - SmartObject - May 17, 2025

If you request a SmartObject slot entrance location and require it to be navigable, it will return a result that does not include the node ref of the nav poly for the entrance to the slot. Instead i ...

Cash when entering Path Tracing view mode if r.Decal.NormalReprojectionEnabled true

UE - Graphics Features - Path Tracer - May 16, 2025

Cash when entering Path Tracing view mode if r.Decal.NormalReprojectionEnabled true The licensee has reported: This crash happens because the DeferredShadingRenderer tries to extract the normal GBu ...

Changes to Instanced Properties default value on BP not propagated to placed actors in the opened level

UE - Foundation - May 15, 2025

In UE versions 5.4 and onwards (as of CL 42589677 in Main), when an Instanced UObject property is defined in an Actor Blueprint, modifying the default value in the Blueprint does not propagate the c ...

Bone names of ~100 characters or longer crash the editor when baking to control rig

UE - Anim - Rigging - Control Rig - May 15, 2025

This is an issue with inconsistencies over rig names and how control names are generated. We expect that a control name will be appended with _CONTROL or _CURVE_CONTROL. But because URigHierarchy: ...