FReferenceFinder::FindReferences

Finds all objects referenced by Object.

Windows
MacOS
Linux

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

Syntax

virtual void FindReferences
(
    UObject * Object,
    UObject * ReferencingObject,
    FProperty * ReferencingProperty
)

Remarks

Finds all objects referenced by Object.

Parameters

Parameter

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss