Navigation
API > API/Runtime > API/Runtime/Media > API/Runtime/Media/IMediaControls > API/Runtime/Media/IMediaControls/Seek
References
| Module | Media |
| Header | /Engine/Source/Runtime/Media/Public/IMediaControls.h |
| Include | #include "IMediaControls.h" |
bool Seek
&40;
const FTimespan & TimeOffset,
EMediaSeekDirection Direction
&41;
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. |