Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/SWidget
Description
Ticks this widget with Geometry. Override in derived classes, but always call the parent implementation.
Derived Overrides
| Name | Tick |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h |
| Include Path | #include "Widgets/SWidget.h" |
| Source | /Engine/Source/Runtime/SlateCore/Private/Widgets/SWidget.cpp |
virtual void Tick
(
const FGeometry & AllottedGeometry,
const double InCurrentTime,
const float InDeltaTime
)
Parameters
| Name | Remarks |
|---|---|
| AllottedGeometry | The space allotted for this widget |
| InCurrentTime | Current absolute real time |
| InDeltaTime | Real time passed since last tick |