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

Missing texture assets cause warnings on editor start: LogStreaming: Warning: Failed to read file '../../../Engine/Plugins/Developer/PlasticSourceControl/Resources/Icon128.png' error.

UE - Editor - UI Systems - Jan 7, 2025

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

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

Collision profiles are reset when blueprint is loaded

UE - Gameplay - Jan 6, 2025

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

A non moving looping camera sequence flickers.

UE - Anim - Sequencer - Dec 20, 2024

There is a small flicker on a looping single camera sequence where the camera doesn't move. Because the camera is static, you would not expect to see a flicker in lighting conditions. ...

Frame snapping does not work in AnimNotifyPanel

UE - Anim - Runtime - Dec 20, 2024

When snapping for frames is turned on, dragging an anim notify state does not result to being snapped on a frame. ...

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