UTimelineComponent::SetPlaybackPosition

Jump to a position in the timeline.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Components/TimelineComponent.h

Include

#include "Components/TimelineComponent.h"

Source

/Engine/Source/Runtime/Engine/Private/Timeline.cpp

Syntax

void SetPlaybackPosition
(
    float NewPosition,
    bool bFireEvents,
    bool bFireUpdate
)

Remarks

Jump to a position in the timeline.

Parameters

Parameter

Description

bFireEvents

If true, event functions that are between current position and new playback position will fire.

bFireUpdate

If true, the update output exec will fire after setting the new playback position.

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