Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/UInteractiveGizmo
- UInteractiveGizmo::Tick()
- UBrushStampIndicator::Tick()
- UIntervalGizmo::Tick()
- UTransformGizmo::Tick()
- UCombinedTransformGizmo::Tick()
References
| Module | InteractiveToolsFramework |
| Header | /Engine/Source/Runtime/InteractiveToolsFramework/Public/InteractiveGizmo.h |
| Include | #include "InteractiveGizmo.h" |
| Source | /Engine/Source/Runtime/InteractiveToolsFramework/Private/InteractiveGizmo.cpp |
virtual void Tick
&40;
float DeltaTime
&41;
Remarks
Allow the Gizmo to do any necessary processing on Tick
Parameters
| Name | Description |
|---|---|
| DeltaTime | the time delta since last tick |