Navigation
API > API/Plugins > API/Plugins/BinkMediaPlayer > API/Plugins/BinkMediaPlayer/UBinkMediaPlayer
Description
Checks whether the currently loaded media can jump to a certain position.
| Name | SupportsSeeking |
| Type | function |
| Header File | /Engine/Plugins/Media/BinkMedia/Source/BinkMediaPlayer/Public/BinkMediaPlayer.h |
| Include Path | #include "BinkMediaPlayer.h" |
| Source | /Engine/Plugins/Media/BinkMedia/Source/BinkMediaPlayer/Private/Assets/BinkMediaPlayer.cpp |
UFUNCTION (BlueprintCallable, Category="Media|BinkMediaPlayer")
bool SupportsSeeking() const
true if seeking is supported, false otherwise.