UUserWidget::SetPlaybackSpeed

Changes the playback rate of a playing animation

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 SetPlaybackSpeed
(
    const UWidgetAnimation * InAnimation,
    float PlaybackSpeed
)

Remarks

Changes the playback rate of a playing animation

Parameters

Parameter

Description

InAnimation

The animation that is already playing

PlaybackRate

Playback rate multiplier (1 is default)

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