Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FGarbageReferenceInfo
Referencing object info
| Name | FReferencerUnion |
| Type | union |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/GarbageCollection.h |
| Include Path | #include "UObject/GarbageCollection.h" |
Syntax
union FReferencerUnion
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| GCObject | FGCObject * | Referencing FGCObject | UObject/GarbageCollection.h | |
| Object | const UObject * | Referencing UObject | UObject/GarbageCollection.h |