Navigation
API > API/Plugins > API/Plugins/ScriptableToolsFramework
FScriptableToolGizmoOptions is a configuration struct passed to the CreateTRSGizmo function of UScriptableInteractiveTool.
| Name | FScriptableToolGizmoOptions |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/ScriptableToolsFramework/Source/ScriptableToolsFramework/Public/ScriptableInteractiveTool.h |
| Include Path | #include "ScriptableInteractiveTool.h" |
Syntax
USTRUCT (BlueprintType )
struct FScriptableToolGizmoOptions
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bAllowNegativeScaling | bool | ScriptableInteractiveTool.h |
|
|
| bRepositionable | bool | ScriptableInteractiveTool.h |
|
|
| bSnapRotation | bool | ScriptableInteractiveTool.h |
|
|
| bSnapTranslation | bool | ScriptableInteractiveTool.h |
|
|
| CoordSystem | EScriptableToolGizmoCoordinateSystem | ScriptableInteractiveTool.h |
|
|
| GizmoMode | EScriptableToolGizmoMode | ScriptableInteractiveTool.h |
|
|
| ValidEnumValues | ScriptableInteractiveTool.h |
|