Video Player
note
Added in v3.4.0
Blueprint for the video player bundled within the plugin can be accessed from
Plugins/OperatingSystemSimulator/Content/OperatingSystemContent/Shared/Blueprints/Programs/VideoPlayer/BP_Prog_VideoPlayer
.
Next to the Blueprint, you can access video player data object.
Once you open BP_Prog_VideoPlayerData you'll see an event already implemented when opening a video file. This is the event responsible for loading and opening the media source.
info
Even if you were to create a new video player (inherited from UOperatingSystemVideoPlayer) you'll notice most of the properties are set for you from C++ side apart from Name, Description, Author and Store type.