Navigation
API > API/Runtime > API/Runtime/UMG > API/Runtime/UMG/SObjectWidget
Description
SWidget Tick override. Note this will not be called if bCanTick is set to false by the UserWidget
Virtual Inheritance
- SWidget::Tick → SObjectWidget::Tick
| Name | Tick |
| Type | function |
| Header File | /Engine/Source/Runtime/UMG/Public/Slate/SObjectWidget.h |
| Include Path | #include "Slate/SObjectWidget.h" |
| Source | /Engine/Source/Runtime/UMG/Private/Slate/SObjectWidget.cpp |
virtual void Tick
(
const FGeometry & AllottedGeometry,
const double InCurrentTime,
const float InDeltaTime
)