Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject > API/Runtime/CoreUObject/UObject/UGCObjectReferencer
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Private/Misc/GCObjectReferencer.cpp |
| Include | #include "Misc/GCObjectReferencer.cpp" |
Syntax
struct FImpl
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< FGCObject * > | InitialReferencedObjects | Objects with EFlags::AddStableNativeReferencesOnly | |
| FCriticalSection | ReferencedObjectsCritical | Critical section used when adding and removing objects | |
| TArray< FGCObject * > | RemainingReferencedObjects | Objects without EFlags::AddStableNativeReferencesOnly |