The Inherited StaticMesh Component in a Child Blueprint of a Parent Blueprint disappears when compiling the Blueprint. Regression: Yes Occurs in: 4.17.2, 4.18(Preview), and 4.19(Main) Does not o ...
Giving the Blueprint Interface Function and the Widget Blueprint Variable the same name, then adding the Blueprint Interface to the Widget Blueprint, causes the editor to immediately crash when comp ...
Attempting to create a local binary build of the Engine for the iOS platform using BuildGraph is currently failing. While trying to build UHT for Mac using a remote build, the build fails because it ...
Lightmass is crashing when using a material that has "Cast Shadow as Masked" set to true in its properties. Found in 4.18 P3 CL#3676890 Unable to reproduce in 4.16.3 CL# 3561208 and 4.17.2 CL#365 ...
REGRESSION: Yes, this does not occur in 4.17 When the user dismisses the right-click menu in the Content Browser, any active toasts will suddenly become hidden behind the editor window. Only when ...
REGRESSION Uncertain, was not able to repro in 4.17 with these steps. But I also can't repro with another version of QAGame in Binary editor. Crash occurs when the user closes a parent and child b ...
REGRESSION: Can be certain as this testing was blocked by [Link Removed] Through a specific chain of events (see repro), it's possible to have a non-actor as the value for an Actor Class Reference, ...
When a component property is set outside of the constructor (in OnRegister() for example), blueprint instances of the property become read-only if the blueprint default is empty. This only occurs ...
REGRESSION: Yes, this does not occur in 4.17.2 When using Hot Reload, the user is prompted to rebuild project DLLs when relaunching the project in editor. This was testing in QAGame and with a cod ...
Widgets who's visibility has been set to false in the editor can still be clicked/dragged in the designer tab. ...