Draw debug will crash visionOS

UE - Platform - XR - Dec 17, 2024

Substrate SSR reflections are black

UE - Graphics Features - Substrate - Dec 17, 2024

Substrate Materials do not use Screen-Space reflections. Instead, they do not have any reflections (indirect specular) on the surface. ...

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

Misalignment between meshes used in landscape spline segments

UE - Graphics Tools - Terrain - Dec 17, 2024

When using a landscape spline with multiple segments, there can be misalignment between spline segments when the tangent length of segments are too short, causing visual seams between meshes that sh ...

UserSceneTexture Post Process Material Renders Incorrectly When ScreenPercentage is Below 100

UE - Graphics Features - Dec 17, 2024

When using a UserSceneTexture in a post-process material, a visible rendering issue occurs if the viewport's ScreenPercentage is set to below 100. This issue looks like it might stem from an incorre ...

Use actor factory for creating volumes through GeometryScript CreateNewVolumeFromMesh

UE - Graphics Tools - Modeling Tools - GeometryScripting - Dec 16, 2024

Linked graphs that are linked via post process anim bp BeginPlay can be lost on reinitialization of anim instance

UE - Anim - Runtime - Anim Blueprints - Dec 16, 2024

Certain codepaths in USkeletalMeshComponent::InitializeAnimScriptInstance can cause linked anim graphs that are running in Post Process anim bps to be unlinked.  The problem only occurs when the lin ...

Starting 2 editors with remote control plugin enabled will impact performance

UE - Virtual Production - IO - RemoteControl - Dec 16, 2024

Launching a second editor with the websocket server enabled will try to bind to the same address as the first editor, and since the websocket server is running in the game thread, it will block the ...

The CompileAllBlueprintsCommandlet does not list the BPs contained in UWorlds

UE - Gameplay - Blueprint - Dec 16, 2024

hThe use case of the licensee is that he used FindInBlueprints inside the Editor to find a particular text contained in BPs and later used that listing to recompile the BPs using the CompileAllBluep ...

Autokey does not respect min and max limits of control rig animation channel.

UE - Anim - Sequencer - Dec 16, 2024

When using min or max set values for animation channels in sequencer, the sequencer viewport will show different values than what is capable when using autokey functionality. ...