UUMGSequencePlayer::PlayTo

Begins playing or restarts an animation and plays to the specified end time

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 PlayTo
(
    float StartAtTime,
    float EndAtTime,
    int32 InNumLoopsToPlay,
    EUMGSequencePlayMode::Type InPlayMode,
    float InPlaybackSpeed,
    bool bRestoreState
)

Remarks

Begins playing or restarts an animation and plays to the specified end time

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