Floating point error when rotating an actor while snapping is enabled

UE - Editor - Workflow Systems - Jan 27, 2022

Tested in: //UE5/Release-5.0 CL 16682836 Live Binary //UE5/Release-5.0 CL 18747223 GitHub(Attached Gif) Similar to [Link Removed] and [Link Removed] in the sense that the action results in a float ...

Specific Blend Mode of Material on UMG render incorrectly when HDR is enabled

UE - Graphics Features - Jan 27, 2022

This issue occurs with the Additive and Alpha Holdout settings. ...

FScriptMapHelper::HasKey() and FScriptSetHelper::HasElement() fail on new keys with a substring of another key

UE - Editor - Workflow Systems - Jan 27, 2022

Duplicate key checking in maps and sets in the editor is done via calls to FScriptMapHelper::HasKey() and FScriptSetHelper::HasElement(), but this code is checking for object names which are subsets ...

Static lights turn off after building lighting

UE - Graphics Features - Jan 27, 2022

Lights set to static will disappear after building lighting. This is not a regression due to it occurring in 5.0 Early Access. ...

Crash when loading array of UStructs containing Instanced property

UE - Gameplay - Blueprint - Jan 26, 2022

The editor crashes with a failed assertion when opening a blueprint actor that contains a structure with instanced objects. ...

Event Track option is missing from the +Track within the Actor Sequencer Component's options

UE - Anim - Sequencer - Jan 25, 2022

This a regression Event Track option is missing from the +Track within the Actor Sequencer Component's options. ...

Compiling twice then pressing play/stop after creating a c++ Game Instance causes a crash

UE - Foundation - Cpp Tools - Live Coding - Jan 24, 2022

This is not a regression. After creating a C++ based Game Instance the Editor crashes if you compile twice then play and stop. ...

Clients unable to control their character if GameMode/State is persisted through seamless travel

UE - Networking - Jan 24, 2022

Normally during seamless travel, the GameMode and GameState are only kept when traveling to the transition map, not when going from the transition map to the destination. If these actors are kept al ...

Size input box too narrow in UMG Widget Editor

UE - Editor - UI Systems - Jan 24, 2022

Only 2 digits are visible in the size box that holds values between 1.0 and 0. Meaning most values will contain 3 digits. This is different from UE4 where more digits are visible. ...

UTextBlock::SetText doesn't work in global invalidation

UE - Editor - UI Systems - Slate - Jan 24, 2022

This happens on consoles running in 4k so DPIScale would be 2x. The character between lines is just a newline (Shift + Enter in the text field in editor), the text is set with SetText, possibly a f ...