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" |
UFUNCTION&40;BlueprintImplementableEvent, Category&61;"ScriptableTool&124;Events"&41;
void OnScriptTick
&40;
float DeltaTime
&41;
Remarks
OnScriptTick is called every Editor Tick, ie basically every frame. Implement per-frame processing here.