EStandardToolActions

Standard Actions that can be shared across multiple Tools.

Windows
MacOS
Linux

References

Module

InteractiveToolsFramework

Header

/Engine/Source/Runtime/Experimental/InteractiveToolsFramework/Public/InteractiveToolActionSet.h

Include

#include "InteractiveToolActionSet.h"

Syntax

enum EStandardToolActions
{
    IncreaseBrushSize            = 100,
    DecreaseBrushSize            = 101,
    ToggleWireframe              = 102,
    BaseClientDefinedActionID    = 10000,
}

Values

Name

Description

IncreaseBrushSize

DecreaseBrushSize

ToggleWireframe

BaseClientDefinedActionID

Remarks

Standard Actions that can be shared across multiple Tools. The enum values are used as [FInteractiveToolAction.ActionID](API\Runtime\InteractiveToolsFramework\FInteractiveToolAction\ActionID). If you need to define your own values, start at BaseClientDefinedActionID

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