UUserWidget::ReverseAnimation

If an animation is playing, this function will reverse the playback.

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 ReverseAnimation
(
    const UWidgetAnimation * InAnimation
)

Remarks

If an animation is playing, this function will reverse the playback.

Parameters

Parameter

Description

InAnimation

The playing animation that we want to reverse

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