Navigation
API > API/Plugins > API/Plugins/ScriptableToolsFramework
References
| |
|
| Module |
ScriptableToolsFramework |
| Header |
/Engine/Plugins/Experimental/ScriptableToolsFramework/Source/ScriptableToolsFramework/Public/ScriptableInteractiveTool.h |
| Include |
#include "ScriptableInteractiveTool.h" |
Syntax
enum EScriptableToolGizmoRotation
&123;
None = 0,
RotateAxisX = 1 << 1,
RotateAxisY = 1 << 2,
RotateAxisZ = 1 << 3,
All = 0xFF,
&125;
Values
| Name |
Description |
| None |
|
| RotateAxisX |
|
| RotateAxisY |
|
| RotateAxisZ |
|
| All |
|