Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/SWindow
Description
Ticks this widget with Geometry. Override in derived classes, but always call the parent implementation.
Virtual Inheritance
- SWidget::Tick → SWindow::Tick
| Name | Tick |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h |
| Include Path | #include "Widgets/SWindow.h" |
| Source | /Engine/Source/Runtime/SlateCore/Private/Widgets/SWindow.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 |