Navigation
API > API/Editor > API/Editor/GraphEditor > API/Editor/GraphEditor/FGraphDiffControl
What kind of diff are we performing
| Name | EDiffMode |
| Type | enum |
| Header File | /Engine/Source/Editor/GraphEditor/Public/GraphDiffControl.h |
| Include Path | #include "GraphDiffControl.h" |
Syntax
enum EDiffMode
{
Additive,
Subtractive,
}
Values
| Name | Remarks |
|---|---|
| Additive | An item present in 'RHS' but missing in 'LHS' has been added to the graph |
| Subtractive | An item present in 'RHS' but missing in 'LHS' has been removed from the graph |