Navigation
API > API/Plugins > API/Plugins/ScriptableToolsFramework > API/Plugins/ScriptableToolsFramework/UScriptableInteractiveTool
References
| Module | ScriptableToolsFramework |
| Header | /Engine/Plugins/Experimental/ScriptableToolsFramework/Source/ScriptableToolsFramework/Public/ScriptableInteractiveTool.h |
| Include | #include "ScriptableInteractiveTool.h" |
| Source | /Engine/Plugins/Experimental/ScriptableToolsFramework/Source/ScriptableToolsFramework/Private/ScriptableInteractiveTool.cpp |
UFUNCTION&40;BlueprintCallable, Category&61;"ScriptableTool&124;Gizmos", Meta&61;&40;Identifier&61;"Gizmo1"&41;&41;
void SetGizmoTransform
&40;
FString Identifier,
FTransform NewTransform,
bool bUndoable
&41;
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 |