Choose your operating system:
Windows
macOS
Linux
| SWidget::Tick()
|
Module |
|
Header |
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h |
Include |
#include "Widgets/SWindow.h" |
Source |
/Engine/Source/Runtime/SlateCore/Private/Widgets/SWindow.cpp |
Ticks this widget with Geometry. Override in derived classes, but always call the parent implementation.
Parameter |
Description |
---|---|
AllottedGeometry |
The space allotted for this widget |
InCurrentTime |
Current absolute real time |
InDeltaTime |
Real time passed since last tick |