Navigation
Unreal Engine C++ API Reference > Plugins > MeshModelingTools > UDrawPolygonTool
- UInteractiveTool::OnTick()
- UDrawPolygonTool::OnTick()
References
Module | MeshModelingTools |
Header | /Engine/Plugins/Runtime/MeshModelingToolset/Source/MeshModelingTools/Public/DrawPolygonTool.h |
Include | #include "DrawPolygonTool.h" |
Source | /Engine/Plugins/Runtime/MeshModelingToolset/Source/MeshModelingTools/Private/DrawPolygonTool.cpp |
virtual void OnTick
&40;
float DeltaTime
&41;
Remarks
Allow the Tool to do any necessary processing on Tick
Parameters
Name | Description |
---|---|
DeltaTime | the time delta since last tick |