UUserWidget::SetAnimationCurrentTime

Sets the current time of the animation in this widget. Does not change state.

Windows
MacOS
Linux

References

Module

UMG

Header

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

Include

#include "Blueprint/UserWidget.h"

Source

/Engine/Source/Runtime/UMG/Private/UserWidget.cpp

Syntax

void SetAnimationCurrentTime
(
    const UWidgetAnimation * InAnimation,
    float InTime
)

Remarks

Sets the current time of the animation in this widget. Does not change state.

Parameters

Parameter

Description

The

name of the animation to get the current time for

The

current time of the animation.

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