Unnatural de-overlap occurs when moving inside a mesh-type collision located far from the origin

UE - Simulation - Physics - Jan 8, 2025

The problem appears to occur when the distance from an edge is mixed with positive and negative values in VectorEPA function. The following workaround is suggested that uses absolute values of dista ...

Browsing to a "Packaged Level Actor" does not take to the PackagedLevelActor inside the Content Browser.

UE - Editor - Content Pipeline - Jan 8, 2025

There is a bug inside Unreal Editor when selecting "Browse to Asset" for a Packed Level Actor. Right clicking the Packed Level Actor, all the asset options appear. If you click the "Browse to Asse ...

Rewind Debugger does not support visual tick marks for Visual Log logline events.

UE - Anim - Runtime - Jan 8, 2025

When using UE_VLOG events in blueprint or in code, the rewind debugger does not show those events visually on the track or output those events to the details view. ...

Sequencer shot blend will have incorrect blend time if play rate of sequence is changed.

UE - Anim - Sequencer - Jan 7, 2025

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

Landscape component's LODBias settings is ineffective

UE - Content Tools - Terrain - Landscape - Jan 7, 2025

[Image Removed] Jira Bot attaches conversation thread from Slack [Image Removed]Ryan Bickell – 2025-01-07 10:54:10 UTC Hello and happy new year! I'm messing with the Landscape component LODBias sett ...

SetActorLabel() is slow on Landscapes

UE - Content Tools - Terrain - Landscape - Jan 7, 2025

I've noticed calling SetActorLabel() on a Landscape will call PostEditPropertyChanged() which causes the Landscape Components to regenerate all collisions. As per the repro, this can take a long tim ...

Add support for Debug Persistent Foreground Line Batcher

UE - Anim - Rigging - Control Rig - Jan 7, 2025

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

BTDecorator_ForceSuccess does not work correctly on RunBehavior Node with Abort Decorators

UE - AI - BehaviorTree - Dec 20, 2024

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

AssetLocalization does not work and the asset does not switch to localization asset even if culture is specified

UE - Editor - UI Systems - Localization - Dec 20, 2024

Asset localization does not work. When playing in standalone, it shows "jp" texture instead of "en" texture even if "-culture=en" is set. This is also the case in package builds, where the assets ar ...

World position offset (WPO) and nanite enabled causes shadow of complex static mesh actor to be deformed at a specific distance

UE - Graphics Features - Nanite - Dec 19, 2024

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