Navigation
API > API/Plugins > API/Plugins/DataflowEditor
Interchange layer to manage built in tab locations within the editor's layout.
| Name | UDataflowEditorUISubsystem |
| Type | class |
| Header File | /Engine/Plugins/Experimental/Dataflow/Source/DataflowEditor/Public/Dataflow/DataflowEditorModeUILayer.h |
| Include Path | #include "Dataflow/DataflowEditorModeUILayer.h" |
Syntax
UCLASS (MinimalAPI)
class UDataflowEditorUISubsystem : public UAssetEditorUISubsystem
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → USubsystem → UDynamicSubsystem → UEditorSubsystem → UAssetEditorUISubsystem → UDataflowEditorUISubsystem
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| EditorSidePanelAreaName | const FName | Identifier for the Layout extension in DataflowEditorToolkit's StandaloneDefaultLayout. | Dataflow/DataflowEditorModeUILayer.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Deinitialize() |
Dataflow/DataflowEditorModeUILayer.h | ||
virtual void Initialize
(
FSubsystemCollectionBase& Collection |
Dataflow/DataflowEditorModeUILayer.h |
Overridden from UAssetEditorUISubsystem
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void RegisterLayoutExtensions
(
FLayoutExtender& Extender |
Dataflow/DataflowEditorModeUILayer.h |