Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FGCDirectReference
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FGCDirectReference
(
FReferenceToken InReference, |
UObject/GarbageCollection.h | ||
FGCDirectReference
(
const UObject* Obj, |
UObject/GarbageCollection.h | ||
FGCDirectReference
(
const Verse::VCell* Cell, |
UObject/GarbageCollection.h |
FGCDirectReference(FReferenceToken, FName)
| Name | FGCDirectReference |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/GarbageCollection.h |
| Include Path | #include "UObject/GarbageCollection.h" |
FGCDirectReference
(
FReferenceToken InReference,
FName Name
)
FGCDirectReference(const UObject *, FName)
| Name | FGCDirectReference |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/GarbageCollection.h |
| Include Path | #include "UObject/GarbageCollection.h" |
FGCDirectReference
(
const UObject * Obj,
FName Name
)
FGCDirectReference(const Verse::VCell *, FName)
| Name | FGCDirectReference |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/GarbageCollection.h |
| Include Path | #include "UObject/GarbageCollection.h" |
FGCDirectReference
(
const Verse::VCell * Cell,
FName Name
)