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
USTRUCT (BlueprintType )
struct FScriptableToolGizmoOptions
Remarks
FScriptableToolGizmoOptions is a configuration struct passed to the CreateTRSGizmo function of UScriptableInteractiveTool.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bAllowNegativeScaling | ||
| bool | bRepositionable | ||
| bool | bSnapRotation | ||
| bool | bSnapTranslation | ||
| EScriptableToolGizmoCoordinateSystem | CoordSystem | ||
| EScriptableToolGizmoMode | GizmoMode | ||
| ValidEnumValues |