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" |
virtual void OnTick
(
float DeltaTime
)
Remarks
Allow the Tool to do any necessary processing on Tick
Parameters
| Name | Description |
|---|---|
| DeltaTime | the time delta since last tick |