I have one blueprint that creates the Media Player, Media Texture and Stream.
Setups everything and plays the URL. I place this Actor in the world and everything works fine.
If I try to Spawn this actor from another actor, or from the Level Blueprint, the Media doesnt play.
I tried getting a reference to this actor and calling a Custom Event in the actor. The Event is called fine. However, again, the media player doesnt play.
Anyone knows a solution for this?
Above is the actor that has the media player. Everything works as expected.
Above is the same actor spawned into the World. The video doesnt play.