Skeleton mesh with hair strands material will lead to unnecessary draw call submissions

UE - Graphics Features - Mar 27, 2025

Materials with "Used With Hair Strands" enabled will cause Skeletal Meshes to draw twice in the Base Pass. ...

Raytraced lights with Source Length > 0 behave incorrectly with Megalights

UE - Graphics Features - Ray Tracing - Mar 26, 2025

When Megalights is enabled, light can leak into areas that should be occluded for lights with smallish (5.0) source length and source size. [Image Removed][Image Removed] This was taken with r.Ray ...

Some features have not yet been supported when using AmbientCubemap as IBL

UE - Graphics Features - Mar 26, 2025

Translucent materials do not receive specular highlights and reflections from Ambient Cubemaps set in Post-Process settings. There is a pass"InjectTranslucencyLightingVolumeAmbientCubemap" that sho ...

Crash when exposing a TOptional<FName> or TOptional<FText> to the editor through a UProperty.

UE - Editor - Workflow Systems - Mar 25, 2025

Support for editor-exposed uproperties of type TOptional<T> has been added by CL 28199740 on september 2023. However, since then until today in UE 5.5, a crash can happen when exposing TOptional<FNa ...

UDataLayerManager::Initialize perf issue in Editor build

In editor, WorldDataLayers acceleration table used to map DL Names to DL instances is not created. The main reason was to avoid to handle all the case where it would need to be updated. When UDataL ...

In Vehicle sims, CenterOfMass override isn't factored into UpdateMassProperties

UE - Simulation - Physics - Mar 24, 2025

Origin from this UDN ticket, https://udn.unrealengine.com/s/question/0D5QP00000sGtbO0AS/chaosvehiclemovementcomponent-intertia-tensor-isnt-adjusted-for-center-of-mass-override?fromCase=1 TLDR is th ...

GAS: Async loaded GameplayCueNotify can execute cue events out of order

UE - Gameplay - Gameplay Ability System - Mar 22, 2025

Licensee reported problem via UDN. Context GameplayCues ('cue') are events that can be fired by game code, that are identified via a GameplayTag. Cues can be instantaneous or can be a state on any ...

Montage Section Links Don't Update When Section Deleted

UE - Anim - Gameplay - Mar 21, 2025

Hi there, I noticed that there is a problem with Montage Section links not updating when a section is deleted from a montage asset. We had a montage with a "Default" section and a "Loop" section. ...

MeshPaint textures don't work when r.VT.SplitPhysicalPoolSize is set

UE - Rendering Architecture - Mar 21, 2025

Whenever we have a non zero setting for r.VT.SplitPhysicalPoolSize, then mesh painting doesn't function correctly. ...

Physics constraint component doesn't work when placed inside a child actor, while using world partition and streaming is enabled

UE - Simulation - Physics - Mar 21, 2025

Context: In a World partition level, to reduce complexity and provide a scalable solution when creating new projects, grid cell streaming can be enabled. Problem: The problem is that physics constr ...