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. ...
See attached project for a good repro ...
Custom Transition Notification Events in ABP's StateMachine are not searched. Therefore, users cannot search where a particular Custom Transition Notification Event is defined. ...
WP handles PIE Editor only properly (doesn't load the actors at all) but the old level streaming system just hides them through the FPrimitiveSceneProxy. So in this instance, the bug is that the Lev ...
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 ...