Navigation
API > API/Plugins > API/Plugins/DataflowEditor
| Name | EDataflowEditorToolEditOperation |
| Type | enum |
| Header File | /Engine/Plugins/Experimental/Dataflow/Source/DataflowEditor/Public/DataflowEditorTools/DataflowEditorToolEnums.h |
| Include Path | #include "DataflowEditorTools/DataflowEditorToolEnums.h" |
Syntax
enum EDataflowEditorToolEditOperation
{
Add,
Replace,
Multiply,
Invert,
Relax,
}
Values
| Name | Remarks |
|---|---|
| Add | |
| Replace | |
| Multiply | |
| Invert | |
| Relax |