Show Flags are changed to the state that they were set on editor startup when switching to a different level It appears that the state of Show Flags are stored in the editor on shut down, this is c ...
A simple search for `NewStyleOutput = true` will reveal the many instances where this flag is already forced on, including media plates and media bundles. This however means that we have incompatib ...
Context The blueprint editor allows you to override an actor component's class in derived blueprints (component details panel -> Component Class). [Image Removed] Problem When a blueprint and it ...
Static mesh with simulate physics does not update for clients joining after a session has started ...
The ComboBox (string) element for UMG is not correctly displaying, The array options do not appear and can not be selected, for the packaged build, while PIE behaves as expected. Regression: This ...
Static light contained in a blueprint will need lighting rebuilt each time the project is reopened. This only seems to occur for a static light that is parented to a static mesh and then that static ...
Launching a project outside of the Editor (-game) using D3D12 (-d3d12) results in a crash if the console command VisRT is used in the project. ...
The Hypotenuse Blueprint node currently returns a value of "-nan(ind)" if both values passed into the node are "0.0". This result is correct based on the code that the Hypotenuse node uses, but is n ...
Context Find-in-Blueprints can be used to search the current, or all, blueprints. If you enter a simple string, it would return nodes, pins, pin default values and default values for BP Variables ( ...