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

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

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

Inconsistent events triggered by FlushProcessedKeys during keyboard hold input

UE - Gameplay - Input - Dec 20, 2024

Key repeats from the OS do not affect the EnhancedInput normally, but it causes inconsistent event triggers when FlushProcessedKeys is called with holding a keyboard key down. Removing references t ...

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

MakeEditWidget doesn't work with the blueprint editor viewport

UE - Gameplay - Blueprint Editor - Dec 19, 2024

Using the MakeEditWidget specifier inside a UPROPERTY macro and creating a blueprint based on the class will show the translation gizmo inside the main editor viewport but the gizmo will not show up ...

SSourceControlChangelistsWidget : hitting the checkf for duplicate uncontrolled items in OnRefreshUncontrolledChangelistWidgets

UE - Editor - Workflow Systems - Dec 18, 2024

A checkf can fail in SSourceControlChangelists.cpp with the message: The same uncontrolled item was visited twice. It is likely present in more than one uncontrolled changelist This has been addre ...