FNodeDiffContext

A struct holding the context data for a node diff

Windows
MacOS
Linux

References

Module

GraphEditor

Header

/Engine/Source/Editor/GraphEditor/Public/GraphDiffControl.h

Include

#include "GraphDiffControl.h"

Syntax

struct FNodeDiffContext

Remarks

A struct holding the context data for a node diff

Variables

Name Description

Public variable

bool

 

bIsRootNode

True if this node is a root node in the graph, false if this node is nested within another node

Public variable

EDiffFlags::Typ...

 

DiffFlags

What items should be included in the diff?

Public variable

EDiffMode

 

DiffMode

What kind of diff are we performing?

Public variable

FText

 

NodeTypeDisplayName

Display name used when showing the node type in messages

Constructors

Name Description

Public function

FNodeDiffContext()

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