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