This should be simple enough! All I want to do is obtain the Media Player [from Content/Movies] in my code so I can call play() when I require it.
I’m not sure what the best way of getting it is, so I tried this:
static ConstructorHelpers::FObjectFinder VideoPlayerObject(TEXT("/Game/Movies/Movie"));
UMediaPlayer Video = VideoPlayerObject.Object;*
Does anyone know the best way of retrieving it?
Thanks