Navigation
API > API/Plugins > API/Plugins/HairStrandsEditor > API/Plugins/HairStrandsEditor/Widgets > API/Plugins/HairStrandsEditor/Widgets/SGroomEditorViewport
- SWidget::Tick()
- SEditorViewport::Tick()
- SGroomEditorViewport::Tick()
References
Module | HairStrandsEditor |
Header | /Engine/Plugins/Runtime/HairStrands/Source/HairStrandsEditor/Public/Widgets/SGroomEditorViewport.h |
Include | #include "Widgets/SGroomEditorViewport.h" |
Source | /Engine/Plugins/Runtime/HairStrands/Source/HairStrandsEditor/Private/Widgets/SGroomEditorViewport.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 |