Navigation
API > API/Plugins > API/Plugins/ModelingEditorUI > API/Plugins/ModelingEditorUI/ModelingWidgets > API/Plugins/ModelingEditorUI/ModelingWidgets/STickDelegateWidget
- SWidget::Tick()
- STickDelegateWidget::Tick()
References
| Module | ModelingEditorUI |
| Header | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/ModelingEditorUI/Public/ModelingWidgets/STickDelegateWidget.h |
| Include | #include "ModelingWidgets/STickDelegateWidget.h" |
| Source | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/ModelingEditorUI/Private/ModelingWidgets/STickDelegateWidget.cpp |
virtual void Tick
&40;
const FGeometry & AllottedGeometry,
const double InCurrentTime,
const float InDeltaTime
&41;
Remarks
Ticks this widget with Geometry. Override in derived classes, but always call the parent implementation.
Parameters
| Name | Description |
|---|---|
| AllottedGeometry | The space allotted for this widget |
| InCurrentTime | Current absolute real time |
| InDeltaTime | Real time passed since last tick |