FArchiveShowReferences::FArchiveShowReferences

Constructor Constructor

Windows
MacOS
Linux

References

Module

CoreUObject

Header

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

Include

#include "Serialization/ArchiveShowReferences.h"

Source

/Engine/Source/Runtime/CoreUObject/Private/Serialization/ArchiveShowReferences.cpp

Syntax

FArchiveShowReferences
(
    FOutputDevice & inOutputAr,
    UObject * inOuter,
    UObject * inSource,
    TArray< UObject * > & InExclude
)

Remarks

Constructor

Constructor

Parameters

Parameter

Description

inOutputAr

archive to use for logging results

inOuter

only consider objects that do not have this object as its Outer

inSource

object to show references for

inExclude

list of objects that should be ignored if encountered while serializing SourceObject

inOutputAr

archive to use for logging results

LimitOuter

only consider objects that have this object as its Outer

inTarget

object to show referencers to

inExclude

list of objects that should be ignored if encountered while serializing Target

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