UBaseBrushTool::RegisterActions

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

Windows
MacOS
Linux

Override Hierarchy

References

Module

InteractiveToolsFramework

Header

/Engine/Source/Runtime/Experimental/InteractiveToolsFramework/Public/BaseTools/BaseBrushTool.h

Include

#include "BaseTools/BaseBrushTool.h"

Source

/Engine/Source/Runtime/Experimental/InteractiveToolsFramework/Private/BaseTools/BaseBrushTool.cpp

Syntax

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\Experimental\ModelingToolsEditorMode\Source\ModelingToolsEditorMode\Public\ModelingToolsActions.h for examples

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss