Navigation
API > API/Plugins > API/Plugins/DataflowEditor > API/Plugins/DataflowEditor/DataflowEditorTools > API/Plugins/DataflowEditor/DataflowEditorTools/UDataflowEditorWeightMapPaintToo-
- UInteractiveTool::RegisterActions()
- UMeshSculptToolBase::RegisterActions()
- UDataflowEditorWeightMapPaintTool::RegisterActions()
References
| Module | DataflowEditor |
| Header | /Engine/Plugins/Experimental/Dataflow/Source/DataflowEditor/Public/DataflowEditorTools/DataflowEditorWeightMapPaintTool.h |
| Include | #include "DataflowEditorTools/DataflowEditorWeightMapPaintTool.h" |
| Source | /Engine/Plugins/Experimental/Dataflow/Source/DataflowEditor/Private/DataflowEditorTools/DataflowEditorWeightMapPaintTool.cpp |
virtual void RegisterActions
(
FInteractiveToolActionSet & ActionSet
)
Remarks
Override this function to register the set of Actions this Tool supports, using FInteractiveToolActionSet::RegisterAction. Note that for the actions to be triggered, you will also need to add corresponding registration per tool see Engine\Plugins\Editor\ModelingToolsEditorMode\Source\ModelingToolsEditorMode\Public\ModelingToolsActions.h for examples