UUserWidget::PauseAnimation

Pauses an already running animation in this widget

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

float PauseAnimation
(
    const UWidgetAnimation * InAnimation
)

Remarks

Pauses an already running animation in this widget

Returns

the time point the animation was at when it was paused, relative to its start position. Use this as the StartAtTime when you trigger PlayAnimation.

Parameters

Parameter

Description

The

name of the animation to pause

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