FObjectGraphNode

Windows
MacOS
Linux

References

Module

CoreUObject

Header

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

Include

#include "Serialization/ArchiveObjectGraph.h"

Syntax

struct FObjectGraphNode

Variables

Name Description

Public variable

UObject *

 

NodeObject

The object this node represents

Public variable

int32

 

ReferenceDepth

The number of links between NodeObject and the target object

Public variable

TMap< UObject &...

 

ReferencedObjects

Records for objects which are referenced by this object

Public variable

TArray< FProper...

 

ReferencerProperties

The property that references NodeObject; only set on nodes which are part of the calculated shortest route

Public variable

TMap< UObject &...

 

ReferencerRecords

Records for objects which reference this object

Public variable

bool

 

Visited

Used during search - Visited or not

Constructors

Name Description

Public function

FObjectGraphNode

(
    UObject* InNodeObject
)

Default constructor

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