Navigation
Unreal Engine C++ API Reference > Runtime > CoreUObject > UObject > FReferenceFinder
References
Module | CoreUObject |
Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectGlobals.h |
Include | #include "UObject/UObjectGlobals.h" |
Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/GarbageCollection.cpp |
virtual void FindReferences
&40;
UObject &42; Object,
UObject &42; ReferencingObject,
FProperty &42; ReferencingProperty
&41;
Remarks
Finds all objects referenced by Object.
Parameters
Name | Description |
---|---|
Object | Object which references are to be found. |
ReferencingObject | object that's referencing the current object. |
ReferencingProperty | property the current object is being referenced through. |