Navigation
API > API/Plugins > API/Plugins/ModelingComponents > API/Plugins/ModelingComponents/BaseTools > API/Plugins/ModelingComponents/BaseTools/USingleTargetWithSelectionTool
- UInteractiveTool::OnTick()
- USingleTargetWithSelectionTool::OnTick()
- UOffsetMeshSelectionTool::OnTick()
- UExtrudeMeshSelectionTool::OnTick()
- UConvertToPolygonsTool::OnTick()
- UUVProjectionTool::OnTick()
- UEditMeshPolygonsTool::OnTick()
References
| Module | ModelingComponents |
| Header | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Public/BaseTools/SingleTargetWithSelectionTool.h |
| Include | #include "BaseTools/SingleTargetWithSelectionTool.h" |
| Source | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Private/BaseTools/SingleTargetWithSelectionTool.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 |