Navigation
Unreal Engine C++ API Reference > Plugins > MeshModelingToolsEditorOnlyExp > UMeshTangentsTool
- UInteractiveTool::OnTick()
- UMeshTangentsTool::OnTick()
References
Module | MeshModelingToolsEditorOnlyExp |
Header | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsEditorOnlyExp/Public/MeshTangentsTool.h |
Include | #include "MeshTangentsTool.h" |
Source | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsEditorOnlyExp/Private/MeshTangentsTool.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 |