FGraphReference

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraph.h

Include

#include "EdGraph/EdGraph.h"

Syntax

struct FGraphReference

Variables

Name Description

Protected variable

UBlueprint *...

 

GraphBlueprint

The blueprint the graph is contained within.

Protected variable

FGuid

 

GraphGuid

The graph GUID so we can refind it if it has been renamed.

Protected variable

UEdGraph *

 

MacroGraph

Reference to the actual graph.

Constructors

Name Description

Public function

FGraphReference()

Functions

Name Description

Public function Const

UBlueprint &...

 

GetBlueprint()

Public function Const

UEdGraph ...

 

GetGraph()

Public function

void

 

PostSerialize

(
    const FArchive& Ar
)

Public function

void

 

SetGraph

(
    UEdGraph* InGraph
)

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