FReferencerFinder

Helper class for finding all objects referencing any of the objects in Referencees list

Windows
MacOS
Linux

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/UObject/ReferencerFinder.h

Include

#include "UObject/ReferencerFinder.h"

Syntax

class FReferencerFinder

Remarks

Helper class for finding all objects referencing any of the objects in Referencees list

Functions

Name Description

Public function Static

TArray< UObj...

 

GetAllReferencers

(
    const TArray< UObject* >& Ref...,
    const TSet< UObject* >* O...
)

Public function Static

TArray< UObj...

 

GetAllReferencers

(
    const TSet< UObject* >& Refer...,
    const TSet< UObject* >* O...
)

Public function Static

void

 

NotifyRegistrationComplete()

Called when the initial load phase is complete and we're done registering native UObject classes

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