UMeshSculptToolBase::RegisterActions

Override this function to register the set of Actions this Tool supports, using [FInteractiveToolActionSet::RegisterAction](API\Runtime\InteractiveToolsFramework\FInteractiveToolActionSet\RegisterAction).

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

References

Module

MeshModelingToolsExp

Header

/Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Public/Sculpting/MeshSculptToolBase.h

Include

#include "Sculpting/MeshSculptToolBase.h"

Source

/Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Private/Sculpting/MeshSculptToolBase.cpp

Syntax

virtual void RegisterActions
(
    FInteractiveToolActionSet & ActionSet
)

Remarks

Override this function to register the set of Actions this Tool supports, using FInteractiveToolActionSet::RegisterAction.

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