I don’t care whether this is done in C++ or Blueprints, but I have an Actor playing a video that I have selected using a Raycast line
I want to find the MediaPlayer associated with that plane.
- can I have an event “On Ray Hit” or “on collision” on the plane that sets a gameInstance variable to the MediaPlayer - manually set the media player associated with the plane?
- Is there a way to traverse the Actor object until I get to the MediaPlayer being used? perhaps through the Media texture?