2、UE4GCプロセス エントリは、UObjectGlobals.hで定義されているCollectGarbage()関数であり、次のようになります。 void CollectGarbage(EObjectFlags KeepFlags, bool bPerformFullPurge) { // No other thread may be performing UObject operations while we're running AcquireGCLock(); // Perform actual garbage collection CollectGarbageInternal(Ke…