Navigation
API > API/Plugins > API/Plugins/BinkMediaPlayer > API/Plugins/BinkMediaPlayer/UBinkMediaPlayer
Description
Checks whether the specified playback rate is supported.
| Name | SupportsRate |
| 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 SupportsRate
(
float Rate,
bool Unthinned
) const
Parameters
| Name | Remarks |
|---|---|
| Rate | The playback rate to check. |
| Unthinned | Whether no frames should be dropped at the given rate. |
See Also
-
SupportsScrubbing
-
SupportsSeeking