FMediaPlayerFacade::Seek

Seeks to the specified playback time.

Windows
MacOS
Linux

References

Module

MediaUtils

Header

/Engine/Source/Runtime/MediaUtils/Public/MediaPlayerFacade.h

Include

#include "MediaPlayerFacade.h"

Source

/Engine/Source/Runtime/MediaUtils/Private/MediaPlayerFacade.cpp

Syntax

bool Seek
(
    const FTimespan & Time
)

Remarks

Seeks to the specified playback time.

Returns

true on success, false otherwise.

Parameters

Parameter

Description

Time

The playback time to set.

See Also

GetTime

Rewind

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