UDrawPolygonTool::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

UInteractiveTool::RegisterActions()

UDrawPolygonTool::RegisterActions()

References

Module

MeshModelingTools

Header

/Engine/Plugins/Experimental/MeshModelingToolset/Source/MeshModelingTools/Public/DrawPolygonTool.h

Include

#include "DrawPolygonTool.h"

Source

/Engine/Plugins/Experimental/MeshModelingToolset/Source/MeshModelingTools/Private/DrawPolygonTool.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