Navigation
API > API/Developer > API/Developer/ProfileVisualizer > API/Developer/ProfileVisualizer/STimeline
- SWidget::Tick()
- STimeline::Tick()
References
| Module | ProfileVisualizer |
| Header | /Engine/Source/Developer/ProfileVisualizer/Public/STimeline.h |
| Include | #include "STimeline.h" |
| Source | /Engine/Source/Developer/ProfileVisualizer/Private/STimeline.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 |