Navigation
API > API/Runtime > API/Runtime/UMG > API/Runtime/UMG/UUserWidgetExtension
Description
Extend the UUserWidget::Tick function. If the UserWidget ticks, then all extensions will tick regardless of RequiresTick.
| Name | Tick |
| Type | function |
| Header File | /Engine/Source/Runtime/UMG/Public/Extensions/UserWidgetExtension.h |
| Include Path | #include "Extensions/UserWidgetExtension.h" |
virtual void Tick
(
const FGeometry & MyGeometry,
float InDeltaTime
)