Navigation
API > API/Runtime > API/Runtime/CoreUObject
Information about references to objects marked as Garbage that's gather by the Garbage Collector
| Name | FGarbageReferenceInfo |
| Type | struct |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/GarbageCollection.h |
| Include Path | #include "UObject/GarbageCollection.h" |
Syntax
struct FGarbageReferenceInfo
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FGarbageReferenceInfo
(
FGCObject* InReferencingObject, |
UObject/GarbageCollection.h | ||
FGarbageReferenceInfo
(
const UObject* InReferencingObject, |
UObject/GarbageCollection.h |
Classes
| Name | Remarks |
|---|---|
| FReferencerUnion | Referencing object info |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bReferencerUObject | bool | True if the referencing object is a UObject. | UObject/GarbageCollection.h | |
| GarbageObject | UObject * | Object marked as garbage | UObject/GarbageCollection.h | |
| PropertyName | FName | Referencing property name | UObject/GarbageCollection.h | |
| Referencer | union FGarbageReferenceInfo::FReferencerUnion | UObject/GarbageCollection.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FString GetReferencingObjectInfo() |
Returns a formatted string with referencing object info | UObject/GarbageCollection.h |