Navigation
API > API/Plugins > API/Plugins/NiagaraEditor > API/Plugins/NiagaraEditor/Widgets > API/Plugins/NiagaraEditor/Widgets/SDynamicLayoutBox
- SWidget::Tick()
- SDynamicLayoutBox::Tick()
References
| Module | NiagaraEditor |
| Header | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/Widgets/SDynamicLayoutBox.h |
| Include | #include "Widgets/SDynamicLayoutBox.h" |
| Source | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Private/Widgets/SDynamicLayoutBox.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 |