This issue occurs with the Additive and Alpha Holdout settings. ...
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 ...
Lights set to static will disappear after building lighting. This is not a regression due to it occurring in 5.0 Early Access. ...
The editor crashes with a failed assertion when opening a blueprint actor that contains a structure with instanced objects. ...
This a regression Event Track option is missing from the +Track within the Actor Sequencer Component's options. ...
This is not a regression. After creating a C++ based Game Instance the Editor crashes if you compile twice then play and stop. ...
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 ...
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. ...
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 ...
Watching variables within states seems to be broken. See repro steps for details. ...