Navigation
API > API/Editor > API/Editor/GraphEditor > API/Editor/GraphEditor/FGraphDiffControl
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
| Type | Name | Description | |
|---|---|---|---|
| bool | bIsRootNode | True if this node is a root node in the graph, false if this node is nested within another node | |
| EDiffFlags::Type | DiffFlags | What items should be included in the diff? | |
| EDiffMode | DiffMode | What kind of diff are we performing? | |
| FText | NodeTypeDisplayName | Display name used when showing the node type in messages |
Constructors
| Type | Name | Description | |
|---|---|---|---|