IMediaControls::Seek

Change the playback time of the media by a relative offset in the given direction.

Windows
MacOS
Linux

References

Module

Media

Header

/Engine/Source/Runtime/Media/Public/IMediaControls.h

Include

#include "IMediaControls.h"

Syntax

bool Seek
(
    const FTimespan & TimeOffset,
    EMediaSeekDirection Direction
)

Remarks

Change the playback time of the media by a relative offset in the given direction.

Returns

true on success, false otherwise.

Parameters

Parameter

Description

TimeOffset

The offset to apply to the time.

Direction

The direction to seek in.

See Also

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