FReferenceGraphNode

A struct representing a node in the reference graph

Windows
MacOS
Linux

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Public/Dialogs/DlgReferenceTree.h

Include

#include "Dialogs/DlgReferenceTree.h"

Syntax

struct FReferenceGraphNode

Remarks

A struct representing a node in the reference graph

Variables

Name Description

Public variable

bool

 

bVisited

If the node has been visited while populating the reference tree.

Public variable

TSet< FReferenc...

 

Links

Links from this nodes object. Each link represents a reference to the object.

Public variable

UObject *

 

Object

The object this node represents

Constructors

Name Description

Public function

FReferenceGraphNode

(
    UObject* InObject
)

Functions

Name Description

Public function

UObject *...

 

GetObjectToDisplay

(
    bool bShowScriptReferences
)

Returns the object that should be displayed on the graph

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