TFindObjectReferencers::TFindObjectReferencers

Default constructor

Windows
MacOS
Linux

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/Serialization/FindObjectReferencers.h

Include

#include "Serialization/FindObjectReferencers.h"

Syntax

TFindObjectReferencers
(
    TArray< T * > TargetObjects,
    UPackage * PackageToCheck,
    bool bIgnoreTemplates,
    bool bFindAlsoWeakReferences
)

Remarks

Default constructor

Parameters

Parameter

Description

TargetObjects

the list of objects to find references to

PackageToCheck

if specified, only objects contained in this package will be searched for references to

bIgnoreTemplates

If true, do not record template objects

bFindAlsoWeakReferences

If true, also look into weak references

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