Virtual Bone caused nanite skinned mesh crash

UE - Graphics Features - Nanite - May 31, 2025

When a Nanite skeletal mesh has a virtual bone the engine can crash when changing LODs ...

PlayerCameraManager->OnBlendComplete() delegate not getting called

UE - Gameplay - Gameplay Cameras - May 29, 2025

The PlayerCameraManager->OnBlendComplete() delegate is not getting called when running a game in a standalone network mode without any networking. ...

VSM SMRT SamplesPerRay CVars behave differently if groom assets are present leading to a potential full-scene shadow

UE - Graphics Features - May 28, 2025

When a groom is present, setting any SamplesPerRay SMRT CVar to zero results in an unexpected complete shadow projected from the light. ProjectLight() in VirtualShadowMapProjection.usf has addition ...

Crash when two textures reference eachother as composite textures

UE - Graphics Tools - May 28, 2025

When (unintentionally) trying to set one texture as the composite texture of another, which itself is the composite texture of the first, a stack overflow occurs leading to a crash: in UTexture::Pos ...

Unexpected Collision Response When Nesting Primitive Components with auto-weld enabled and physics disabled on children. The root primitive falls through floor even though it is set to block all.

UE - Simulation - Physics - May 27, 2025

Context Auto-weld makes it so if a child is attached to a parent, the two bodies will be joined into a single rigid body. Physic settings like collision profile and body settings are determined by t ...

UAnimSingleNodeInstance doesn't sample notifies on montage animation tracks

UE - Anim - Gameplay - May 27, 2025

Notifies that are placed on animations referenced by montages aren't triggered when using the UAnimSingleNodeInstance to play back the montage. This is because - unlike on UAnimComposite - there is ...

Rendering of a Text Widget with Outline does not track LayerId correctly

UE - Editor - UI Systems - May 27, 2025

Text widget with Outline uses 2 LayerId levels to draw the outline and the text glyphs. This can be seen in function FSlateElementBatcher::AddShapedTextElement(), where lambda BuildFontGeometry() is ...

Virtual Shadow Maps on Spot Lights cause a blocky presentation similar to an incorrect mip level

UE - Graphics Features - Shadows - May 26, 2025

Spot Lights may present with very blocky shadow artefacts when a long attentuation radius is provided with a small cone angle. In extreme cases, this causes the VSMs to invalidate every frame. Notab ...

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 ...