In the scene outliner, if you add a folder with one visible actor in it, and filter out some of the actors, users are unable to toggle the visibility of the folder anymore, or they are only able to ...
When using a DataTable based on a structure that includes TArray or TMap, if a row is not selected, the memory usage will continue to increase. This is because in SDetailsViewBase::Tick, ForceRefr ...
Licensee reports an issue with MeshDescription indexing when reversing a degenerate triangle. ...
ReversedDepthOnlyIndexBuffer is exported even when bEnableDepthOnlyIndexBuffer is false. It's likely an error and line 568 in StaticMesh.cpp should rather be ://if (!bEnableReversedIndexBuffer) <= ...
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 ...
In the attached project, when we initially add a control rig track for the actor with multiple skeletal mesh components, we add the control rig for the correct component because FControlRigParameter ...
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 ...