Navigation
API > API/Plugins > API/Plugins/DataflowEditor > API/Plugins/DataflowEditor/Dataflow
Inheritance Hierarchy
- TInteractiveToolCommands< CommandContextType >
- TBaseCharacterFXEditorCommands
- FDataflowEditorCommandsImpl
References
| Module | DataflowEditor |
| Header | /Engine/Plugins/Experimental/Dataflow/Source/DataflowEditor/Public/Dataflow/DataflowEditorCommands.h |
| Include | #include "Dataflow/DataflowEditorCommands.h" |
Syntax
class FDataflowEditorCommandsImpl : public TBaseCharacterFXEditorCommands< FDataflowEditorCommandsImpl >
Remarks
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< FUICommandInfo > | AddOptionPin | ||
| TSharedPtr< FUICommandInfo > | AddWeightMapNode | ||
| TSharedPtr< FUICommandInfo > | BeginWeightMapPaintTool | ||
| TSharedPtr< FUICommandInfo > | CreateComment | ||
| TSharedPtr< FUICommandInfo > | EvaluateNode | ||
| TSharedPtr< FUICommandInfo > | PauseSimulationScene | ||
| TSharedPtr< FUICommandInfo > | RebuildSimulationScene | ||
| TSharedPtr< FUICommandInfo > | RemoveOptionPin | ||
| TMap< FName, TSharedPtr< FUICommandInfo > > | SetConstructionViewModeCommands | ||
| TSharedPtr< FUICommandInfo > | StartSimulationScene | ||
| TSharedPtr< FUICommandInfo > | StepSimulationScene | ||
| TSharedPtr< FUICommandInfo > | ToggleEnabledState | ||
| TSharedPtr< FUICommandInfo > | ToggleFaceSelection | ||
| TSharedPtr< FUICommandInfo > | ToggleObjectSelection | ||
| TSharedPtr< FUICommandInfo > | ToggleVertexSelection | ||
| TSharedPtr< FUICommandInfo > | ZoomToFitGraph |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|
| PRAGMA_DISABLE_DEPRECATION_WARNINGS | Note: We need to explicitly disable warnings on these constructors/operators for clang to be happy with deprecated variables (See Confluence page "How to Deprecate Code in UE > How to deprecate variables inside a UStruct") |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | GetToolDefaultObjectList
(
TArray< UInteractiveTool* >& ToolCDOs |
TInteractiveToolCommands<> Each tool will have its own TInteractiveToolCommands<> object stored in the DataflowToolRegistry, so this should not return anything | |
| void | UpdateToolCommandBinding
(
UInteractiveTool* Tool, |
Add or remove commands relevant to Tool to the given UICommandList. |
Overridden from TBaseCharacterFXEditorCommands
| Type | Name | Description | |
|---|---|---|---|
| PRAGMA_ENABLE_DEPRECATION_WARNINGS void | If you override this function, call this base version to set up Accept/Cancel buttons. |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FDataflowEditorCommandsImpl & | operator=
(
const FDataflowEditorCommandsImpl& |
||
| FDataflowEditorCommandsImpl & |