CopyFileUnderSourceControl has instances when the response is not a success even though the files are copied successfully under source control. It seems FPerforceCopyWorker::Execute() tries to reso ...
MarkFilesForDelete stops the files from getting deleted if they are checked out by others while, MarkFileForDelete (non-batched version) has no problem deleting such files. It looks like MarkFilesF ...
Sometimes some of actors are destroyed after the destruction of the solver through the garbage collector. In this case, the app crash in FChaosScene::RemoveActorFromAccelerationStructureImp because ...
Node operations cause all of the collapsed nodes to be auto expanded. This is disruptive when working with complex hierarchies because you can't hide irrelevant components. ...
Changing user defined struct values appears to break any nodes that use pin splitting for the given struct. It would appear that some parent pins aren't set correctly during reconstruction, which or ...
From licensee: If I create a function in a Blueprint Interface or Blueprint Function Library and leave it in the Default category, it shows up in the "All Actions for this Blueprint" menu under "Cl ...
If a variable is renamed on a blueprint, then any child blueprints will lose their default values for that variable and reset to the parent's default value. This resetting only happens with the Chi ...
The use of AutoCreateRefTerm will dynamically change the return type of this function. However, it appears that we lose this type information after node expansion. If you view enable developer artif ...