Navigation
API > API/Plugins > API/Plugins/DataflowEditor
Base class defining settings for Dataflow Each part of the dataflow editor can define settings and assets can define instance of those settings The interface does not define any method as it is only used as based class for those settings to be discovered and also recognized by the editor
| Name | UDataflowEditorSettings |
| Type | class |
| Header File | /Engine/Plugins/Experimental/Dataflow/Source/DataflowEditor/Public/Dataflow/DataflowEditor.h |
| Include Path | #include "Dataflow/DataflowEditor.h" |
Syntax
UCLASS (MinimalAPI)
class UDataflowEditorSettings : public UObject
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UDataflowEditorSettings