Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FReferenceCollector
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AddPropertyReferencesWithStructARO
(
const UScriptStruct* Struct, |
Same as AddPropertyReferences but also calls AddStructReferencedObjects on Struct and all nested structs | UObject/UObjectGlobals.h | |
void AddPropertyReferencesWithStructARO
(
const UClass* Class, |
Same as AddPropertyReferences but also calls AddStructReferencedObjects on all nested structs | UObject/UObjectGlobals.h |
AddPropertyReferencesWithStructARO(const UScriptStruct , void , const UObject *)
Description
Same as AddPropertyReferences but also calls AddStructReferencedObjects on Struct and all nested structs
| Name | AddPropertyReferencesWithStructARO |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectGlobals.h |
| Include Path | #include "UObject/UObjectGlobals.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/UObjectGlobals.cpp |
void AddPropertyReferencesWithStructARO
(
const UScriptStruct * Struct,
void * Instance,
const UObject * ReferencingObject
)
AddPropertyReferencesWithStructARO(const UClass , void , const UObject *)
Description
Same as AddPropertyReferences but also calls AddStructReferencedObjects on all nested structs
| Name | AddPropertyReferencesWithStructARO |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectGlobals.h |
| Include Path | #include "UObject/UObjectGlobals.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/UObjectGlobals.cpp |
void AddPropertyReferencesWithStructARO
(
const UClass * Class,
void * Instance,
const UObject * ReferencingObject
)