Navigation
Unreal Engine C++ API Reference > Runtime > MediaAssets > UMediaPlayer
Syntax
bool PlayOnOpen
Remarks
Automatically start playback after media opened successfully.
If disabled, listen to the OnMediaOpened Blueprint event to detect when the media finished opening, and then start playback using the Play function.