Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/UInteractiveTool
References
| Module | InteractiveToolsFramework |
| Header | /Engine/Source/Runtime/InteractiveToolsFramework/Public/InteractiveTool.h |
| Include | #include "InteractiveTool.h" |
| Source | /Engine/Source/Runtime/InteractiveToolsFramework/Private/InteractiveTool.cpp |
virtual void Tick
&40;
float DeltaTime
&41;
Remarks
Non overrideable func which does processing and calls the tool's OnTick
Parameters
| Name | Description |
|---|---|
| DeltaTime | the time delta since last tick |