Navigation
BlueprintAPI > BlueprintAPI/Media > BlueprintAPI/Media/MediaPlayer
Check whether media playback can be paused right now.
Playback can be paused if the media supports pausing and if it is currently playing.
Target is Media Player
Inputs
| Type | Name | Description |
|---|---|---|
| object | Target |
Outputs
| Type | Name | Description |
|---|---|---|
| boolean | Return Value | true if pausing playback can be paused, false otherwise. |