Navigation
API > API/Plugins > API/Plugins/DataflowEditor > API/Plugins/DataflowEditor/DataflowEditorTools
Inheritance Hierarchy
- IDataflowEditorToolBuilder
- UClothEditorWeightMapPaintToolBuilder
- UClothMeshSelectionToolBuilder
- UClothTransferSkinWeightsToolBuilder
- UDataflowEditorWeightMapPaintToolBuilder
References
| Module | DataflowEditor |
| Header | /Engine/Plugins/Experimental/Dataflow/Source/DataflowEditor/Public/DataflowEditorTools/DataflowEditorToolBuilder.h |
| Include | #include "DataflowEditorTools/DataflowEditorToolBuilder.h" |
Syntax
class IDataflowEditorToolBuilder
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | CanSceneStateChange
(
const UInteractiveTool* ActiveTool, |
Returns true if the tool can keep running when the SceneState changes | |
| bool | Returns whether or not view can be set to wireframe when this tool is active.. | ||
| void | GetSupportedConstructionViewModes
(
const UDataflowContextObject& ContextObject, |
Returns all Construction View modes that this tool can operate in. | |
| void | SceneStateChanged
(
UInteractiveTool* ActiveTool, |
Respond to SceneState changing |