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

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

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

VisualizeTexture with the BMP flag causes a crash when any mip over mip0 is requested

UE - Rendering Architecture - Dec 18, 2024

When a mip level higher than 0 is requested in VisualizeTexture, the engine will crash. The root cause appears to be VisualizeTexture.cpp:924, on which an incorrect mip level is used to read a non-m ...

Dragging and dropping multiple notifies does not place all notifies in intended areas.

UE - Anim - Runtime - Dec 17, 2024

When dragging multiple (tested with 4) notifie states there are a few issues. On Drop: Some notify states do not land on the correct track. On Drag: The notify states do not line up with their cor ...

IME input is ignored when There are some lines in MultiLineEditBox

UE - Editor - UI Systems - Slate - Dec 17, 2024

This problem is reproduced on other widgets using MultiLineEditBox. ex.) description in source control commit log pane, comments in blueprints, etc. ...

Draw Debug String doesn't render text outside of play

UE - Editor - UI Systems - Dec 13, 2024

When calling the Draw Debug String node outside of play, no text is visible in the viewport. This occurs with Editor Callable functions on placed blueprints as well as from Editor Utility Widgets. ...