Navigation
API > API/Plugins > API/Plugins/ScriptableToolsFramework > API/Plugins/ScriptableToolsFramework/UScriptableInteractiveTool
References
| Module | ScriptableToolsFramework |
| Header | /Engine/Plugins/Runtime/ScriptableToolsFramework/Source/ScriptableToolsFramework/Public/ScriptableInteractiveTool.h |
| Include | #include "ScriptableInteractiveTool.h" |
| Source | /Engine/Plugins/Runtime/ScriptableToolsFramework/Source/ScriptableToolsFramework/Private/ScriptableInteractiveTool.cpp |
UFUNCTION (BlueprintCallable, Category="ScriptableTool|Gizmos", Meta=(Identifier="Gizmo1"))
void SetGizmoTransform
(
FString Identifier,
FTransform NewTransform,
bool bUndoable
)
Remarks
Update the Transform on the Gizmo specified by the name Identifier
Parameters
| Name | Description |
|---|---|
| bUndoable | if true, this transform change will be transacted into the undo/redo history, ie undoable |