Navigation
API > API/Editor > API/Editor/GraphEditor > API/Editor/GraphEditor/FGraphDiffControl
A struct holding the context data for a node diff
| Name | FNodeDiffContext |
| Type | struct |
| Header File | /Engine/Source/Editor/GraphEditor/Public/GraphDiffControl.h |
| Include Path | #include "GraphDiffControl.h" |
Syntax
struct FNodeDiffContext
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FNodeDiffContext() |
GraphDiffControl.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bIsRootNode | bool | True if this node is a root node in the graph, false if this node is nested within another node | GraphDiffControl.h | |
| DiffFlags | EDiffFlags::Type | What items should be included in the diff? | GraphDiffControl.h | |
| DiffMode | EDiffMode | What kind of diff are we performing? | GraphDiffControl.h | |
| NodeTypeDisplayName | FText | Display name used when showing the node type in messages | GraphDiffControl.h |