Choose your operating system:
Windows
macOS
Linux
| SWidget::Tick()
|
Module |
|
Header |
/Engine/Source/Runtime/Slate/Public/Widgets/SViewport.h |
Include |
#include "Widgets/SViewport.h" |
Source |
/Engine/Source/Runtime/Slate/Private/Widgets/SViewport.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 |