FGraphNode

Single node in the reference graph

Windows
MacOS
Linux

References

Module

CoreUObject

Header

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

Include

#include "UObject/ReferenceChainSearch.h"

Syntax

struct FGraphNode

Remarks

Single node in the reference graph

Variables

Name Description

Public variable

UObject *

 

Object

Object pointer

Public variable

TSet< FGraphNod...

 

ReferencedByObjects

Objects that have references to this object

Public variable

TSet< TReferenc...

 

ReferencedObjects

Objects referenced by this object with reference info

Public variable

int32

 

Visited

Non-zero if this node has been already visited during reference search

Constructors

Name Description

Public function

FGraphNode()

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