UUserWidget::Tick

Ticks this widget. Override in derived classes, but always call the parent implementation.

Windows
MacOS
Linux

References

Module

UMG

Header

/Engine/Source/Runtime/UMG/Public/Blueprint/UserWidget.h

Include

#include "Blueprint/UserWidget.h"

Syntax

void Tick
(
    FGeometry MyGeometry,
    float InDeltaTime
)

Remarks

Ticks this widget. Override in derived classes, but always call the parent implementation.

Parameters

Parameter

Description

MyGeometry

The space allotted for this widget

InDeltaTime

Real time passed since last tick

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss