Navigation
BlueprintAPI > BlueprintAPI/Media > BlueprintAPI/Media/MediaPlayer
Check whether media is ready for playback.
A player is ready for playback if it has a media source opened that finished preparing and is not in an error state.
Target is Media Player
Inputs
| Type | Name | Description |
|---|---|---|
| object | Target |
Outputs
| Type | Name | Description |
|---|---|---|
| boolean | Return Value | true if media is ready, false otherwise. |