![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <GarbageCollection.h>
Classes | |
| union | FReferencerUnion |
Public Member Functions | |
| FGarbageReferenceInfo (const UObject *InReferencingObject, UObject *InGarbageObject, FName InPropertyName) | |
| FGarbageReferenceInfo (FGCObject *InReferencingObject, UObject *InGarbageObject) | |
| FString | GetReferencingObjectInfo () const |
Public Attributes | |
| UObject * | GarbageObject |
| union FGarbageReferenceInfo::FReferencerUnion | Referencer |
| bool | bReferencerUObject |
| FName | PropertyName |
Information about references to objects marked as Garbage that's gather by the Garbage Collector
|
inline |
|
inline |
| FString FGarbageReferenceInfo::GetReferencingObjectInfo | ( | ) | const |
Returns a formatted string with referencing object info
| bool FGarbageReferenceInfo::bReferencerUObject |
| UObject* FGarbageReferenceInfo::GarbageObject |
Object marked as garbage
| FName FGarbageReferenceInfo::PropertyName |
Referencing property name
| union FGarbageReferenceInfo::FReferencerUnion FGarbageReferenceInfo::Referencer |