UObject::OutputReferencers

Outputs a string to an arbitrary output device, describing the list of objects which are holding references to this one.

Windows
MacOS
Linux

References

Module

CoreUObject

Header

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

Include

#include "UObject/Object.h"

Source

/Engine/Source/Runtime/CoreUObject/Private/UObject/Obj.cpp

Syntax

void OutputReferencers
(
    FOutputDevice & Ar,
    FReferencerInformationList * Referencers
)

Remarks

Outputs a string to an arbitrary output device, describing the list of objects which are holding references to this one.

Parameters

Parameter

Description

Ar

the output device to send output to

Referencers

optionally allows the caller to specify the list of references to output.

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