UUMGSequencePlayer::Play

Begins playing or restarts an animation

Windows
MacOS
Linux

References

Module

UMG

Header

/Engine/Source/Runtime/UMG/Public/Animation/UMGSequencePlayer.h

Include

#include "Animation/UMGSequencePlayer.h"

Source

/Engine/Source/Runtime/UMG/Private/Animation/UMGSequencePlayer.cpp

Syntax

void Play
(
    float StartAtTime,
    int32 InNumLoopsToPlay,
    EUMGSequencePlayMode::Type InPlayMode,
    float InPlaybackSpeed,
    bool bRestoreState
)

Remarks

Begins playing or restarts an 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