Similar to here Editor crashes on startup if uninitialized UPROPERTY object pointer is used in USTRUCT - #11 by anonymous_user_528b643b1 I had uninitialized AActors* in a struct. Initializing them with nullptr now prevents the crash from happening, even when using gc.CollectGarbageEveryFrame = 1