Editor numeric input fields don't support double precision numbers.

UE - Editor - UI Systems - Aug 9, 2024

Even if we support double precision numbers at core, it's impossible to enter a small number in the numeric fields.  It makes sense for floats and avoids bloating the UI, but I remember a discussio ...

Lightmap UV generated on Windows and Mac is not deterministic

UE - LD & Modeling - Modeling Tools - Aug 7, 2024

Oodle CompressionLevelNameMap is missing an entry for Optimal5, leading to a crash in the texture editor

RAD - Oodle - Aug 2, 2024

Due to a missing string in CompressionLevelNameMap in OodleDataCompression.cpp, it is possible for LevelName to be left uninitialised after parsing the compression effort, which causes a crash when ...

Interchange: Static analysis fix for interchange manager

UE - Editor - Content Pipeline - Import and Export - Aug 1, 2024

Interchange: Dialog import preview pipeline is missing the import context

UE - Editor - Content Pipeline - Import and Export - Aug 1, 2024

We need to call TransferAdjustSettings on the duplicated pipelines to execute the preview import. ...

Client disconnect during seamless travel results in incorrect NumPlayers and NumTravellingPlayers

UE - Networking - Jul 31, 2024

This issue seems to stem from HasClientLoadedCurrentWorld returning true in AGameMode::RemovePlayerControllerFromPlayerCount. When removing a player controller, the GameMode checks if a seamless tra ...

StaticMesh reimport: socket List not refresh if the count is the same

UE - Editor - Content Pipeline - Import and Export - Jul 29, 2024

Interchange Scene: actor creation is not optimize

UE - Editor - Content Pipeline - Import and Export - Jul 29, 2024

UInterchangeGenericLevelPipeline::ExecuteSceneNodePreImport is iterating all nodes for every actors it create. We need to cache the result. ...

Spawnable Post Process Volume does not draw bounded values after saving and reopening a level

UE - Foundation - Core - Jul 19, 2024

Reproduction Attempts: 3/3 Doing some additional testing for Spawnable Post Process Volumes in a level sequence, the PPV does not appear after saving the level and level sequence, closing and reope ...