Navigation
API > API/Plugins > API/Plugins/NearestNeighborModelEditor > API/Plugins/NearestNeighborModelEditor/FNearestNeighborEditorModel
- FMLDeformerEditorModel::Tick()
- FNearestNeighborEditorModel::Tick()
References
| Module | NearestNeighborModelEditor |
| Header | /Engine/Plugins/Animation/MLDeformer/NearestNeighborModel/Source/NearestNeighborModelEditor/Public/NearestNeighborEditorModel.h |
| Include | #include "NearestNeighborEditorModel.h" |
| Source | /Engine/Plugins/Animation/MLDeformer/NearestNeighborModel/Source/NearestNeighborModelEditor/Private/NearestNeighborEditorModel.cpp |
virtual void Tick
&40;
FEditorViewportClient &42; ViewportClient,
float DeltaTime
&41;
Remarks
Tick the editor viewport.
Parameters
| Name | Description |
|---|---|
| ViewportClient | The editor viewport client object. |
| DeltaTime | The delta time of this tick, in seconds. |