Navigation
API > API/Plugins > API/Plugins/ChaosClothAssetEditorTools > API/Plugins/ChaosClothAssetEditorTools/ChaosClothAsset > API/Plugins/ChaosClothAssetEditorTools/ChaosClothAsset/UClothEditorWeig-_1
- UInteractiveTool::RegisterActions()
- UMeshSculptToolBase::RegisterActions()
- UClothEditorWeightMapPaintTool::RegisterActions()
References
| Module | ChaosClothAssetEditorTools |
| Header | /Engine/Plugins/Experimental/ChaosClothAssetEditor/Source/ChaosClothAssetEditorTools/Public/ChaosClothAsset/ClothWeightMapPaintTool.h |
| Include | #include "ChaosClothAsset/ClothWeightMapPaintTool.h" |
| Source | /Engine/Plugins/Experimental/ChaosClothAssetEditor/Source/ChaosClothAssetEditorTools/Private/ChaosClothAsset/ClothWeightMapPaintTool.cpp |
virtual void RegisterActions
&40;
FInteractiveToolActionSet & ActionSet
&41;
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