Editor performance plummets when moving BSP brushes in a level with several other BSP brushes present. Navmesh regeneration is the main cause as the full bounds for all BSP are used to determine whi ...
There are a number of missing texture assets which are failing to be read when the editor opens. This is causing a warning to be thrown each time the editor opens, potentially causing CI/CD tests (i ...
When there is a blended camera cut and the sequences playrate is changed, the camera blend time will not match the new rate and play incorrectly. ...
Foreground debug lines are cleared each frame and as a result, dissapear when PIE is paused (even if no persistence is supported, the lines sould be drawn if PIE is paused). We need support for pers ...
In UE 5.5 (and earlier versions), FCollisionResponse::operator== has incorrect behavior where it will detect that two collision response containers are identical if they have the same number of entr ...
When snapping for frames is turned on, dragging an anim notify state does not result to being snapped on a frame. ...
When using the ForceSuccess decorator on a Run Behavior task which also has an abort decorator, the Force Success node cannot make the task return succeeded when the abort is triggered. This means t ...
Asset localization does not work. When playing in standalone, it shows "jp" texture instead of "en" texture even if "-culture=en" is set. This appears to be a regression issue, as the localization w ...
TranslucencyVolume spheres are not correctly shadowed nor lit in Unreal 5.5 with VSMs disabled. Unreal 5.4 does correctly shade the sphere without VSMs. There appears to be differences in the outpu ...
Context / Problem: Complex static mesh actors with nanite enabled and Evaluate World Position Offset (WPO) enabled works together except for a specific distance where the shadow is deformed and sort ...