Navigation
Unreal Engine C++ API Reference > Runtime > Media > IMediaControls > Seek
References
Module | Media |
Header | /Engine/Source/Runtime/Media/Public/IMediaControls.h |
Include | #include "IMediaControls.h" |
bool Seek
(
const FTimespan & TimeOffset,
EMediaSeekDirection Direction
)
Remarks
Change the playback time of the media by a relative offset in the given direction. true on success, false otherwise.
Parameters
Name | Description |
---|---|
TimeOffset | The offset to apply to the time. |
Direction | The direction to seek in. |