Changing a gameplay tag query's root expression in a make query node will assert if the tag editor widget is open. ...
This problem is reproduced on other widgets using MultiLineEditBox. ex.) description in source control commit log pane, comments in blueprints, etc. ...
Cannot redock designer tab after the tab has been hidden. There is no way to get the tab back for the designer tab after undocking it and hiding it ...
Texture appears flipped when launching on to HTML5. The image appears to get flipped upside down. ...
Currently, UBlueprintGeneratedClass::GetPreloadDependencies() is only inclusive of subobjects instanced via CreateDefaultSubobject(). We may need to broaden it to include RF_ArchetypeObject and/or ...
The user can no longer use a get key node within the On analog value changed override. This was possible in 4.8 ...
Looks like maybe we aren't replacing the source delegate function (SignatureFunction) reference on the UDelegateProperty after recompiling the class - the function's owner name has the TRASHCLASS pr ...
The bool Replace parameter variable is necessary when calling the function, but is not used inside the function itself. This makes the variable seem useless / unnecessary in the parameter list. ...
Editor crashes after ejecting from pawn and opening a sequence when ending PIE ...
HasAnyUserFocusedDescendants returns true even when all children have been removed. ...