Navigation
API > API/Runtime > API/Runtime/MediaUtils > API/Runtime/MediaUtils/FMediaPlayerFacade
Description
Seeks to the specified playback time.
| Name | Seek |
| Type | function |
| Header File | /Engine/Source/Runtime/MediaUtils/Public/MediaPlayerFacade.h |
| Include Path | #include "MediaPlayerFacade.h" |
| Source | /Engine/Source/Runtime/MediaUtils/Private/MediaPlayerFacade.cpp |
bool Seek
(
const FTimespan & Time
)
true on success, false otherwise.
Parameters
| Name | Remarks |
|---|---|
| Time | The playback time to set. |
See Also
-
Rewind