“None” option removed from “Preview Game Language” in Editor Preferences since UE 5.6

UE - Editor - UI Systems - Oct 24, 2025

In Unreal Engine 5.5 and earlier, users could select “None” as the Preview Game Language in the Editor Preferences. Starting from UE 5.6, this “None” option is no longer available. Based on source ...

Swarm Agent Binaries Missing in Launcher 5.7 Preview

UE - Foundation - Build - Rocket (Installed Engine) - Oct 23, 2025

The Swarm binaries are missing from Engine\Binaries\DotNET in the 5.7 Preview launcher version of the engine. This causes any lighting build or precomputed static visibility builds to fails due to t ...

In the GameUserSettings class, Landscape quality is not taken into account by GetOverallScalabilityLevel, but is changed by SetOverallScalabilityLevel.

UE - Gameplay - Oct 17, 2025

Context: GameUserSettings stores user settings for a game, for example graphics and sound settings. The Scalability settings provide a way for to adjust the quality of various features in order to m ...

Curve Debugger window is broken when viewing curves in the Anim Sequence editor

UE - Anim - Runtime - Oct 15, 2025

The curve debugger is currently broken when viewing curves on anim sequences. It seems that only metadata/skeleton curves are displayed, and those aren't updating correctly or showing their type (m ...

All Megascan asset libraries are missing

TM - Core - Oct 15, 2025

All Megascans assets no longer appear in Twinmotion 2025.2 hotfix (46767548). Other libraries do not appear to be affected. ...

Ensure triggered in FBoundsCacheElement::GetValue when adding ISM instances in Construction Script

UE - AI - Oct 8, 2025

An ensure is triggered in FBoundsCacheElement::GetValue when adding instances to an InstancedStaticMeshComponent inside a Blueprint’s Construction Script. This occurs when the ISM component is navig ...

CppCompileWarningSettings.NonInlinedGenCppWarningLevel messages should contain Warning\Error

UE - Foundation - Cpp Tools - UnrealBuildTool - Oct 8, 2025

The messages emitted when CppCompileWarningSettings.NonInlinedGenCppWarningLevel is set to Warning\Error should contain the literal so the tools pick them up and react accordingly. From the EPS c ...

Crash at compile time when using a VariableSet node with a local variable created by pasting a private property

UE - Framework - Blueprint - Oct 7, 2025

When a property is created in this way, a local variable with a Private flag is generated. Since such a variable is generally not desirable, it would be better to remove the Private flag upon pastin ...

Import then cancel while file is read leads to potential crash

TM - Interoperability - Oct 6, 2025

1/ Import a file with mootools such as an fbx 2/ while the file is still read, cancel the import Result : may crash few times after (when theoretically the file has finished being read) - not repr ...