Navigation
API > API/Plugins > API/Plugins/ScriptableToolsFramework
References
| Module | ScriptableToolsFramework |
| Header | /Engine/Plugins/Runtime/ScriptableToolsFramework/Source/ScriptableToolsFramework/Public/ScriptableInteractiveTool.h |
| Include | #include "ScriptableInteractiveTool.h" |
Syntax
enum EScriptableToolGizmoRotation
{
None = 0,
RotateAxisX = 1 << 1,
RotateAxisY = 1 << 2,
RotateAxisZ = 1 << 3,
All = 0xFF UMETA(Hidden),
}
Values
| Name | Description |
|---|---|
| None | |
| RotateAxisX | |
| RotateAxisY | |
| RotateAxisZ | |
| All |