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. ...
This is not a regression. Tested in //UE4/Release-4.27 CL18319896 Retainer Box does not propagate Visibility settings to children. Setting Canvas visibility to 'Not Hit-Testable (Self & All Childre ...
Rearranging the order of a Slate Brush array causes the editor to crash. Tested in 4.21.2 (CL - 4753647), 4.22.3 (CL - 7053647), 4.23 (CL - 7305105), 4.24 (CL - 7285696) ...
Logs show virtual memory limit for Windows 64 bit: 8388608.00. This is erroneous information that can be removed or replaced with more immediately useful information. ...
In Main the cube Section0 LOD material is replaced with the DefaultGrid material which is also not expected. This appears to be a regression from 4.15 based on the test execution history. ...