ue5.3 can't play media in runtime

i read this doc to play xxx.mp4

,i had checked my MediaPlayer/texture and source video , but it’s no work , it can play in MediaPlayer,but when i start game , the plane which MediaPlayer_Video_Mat not play video , by the way , i use UE5.3.2

我在代码中使用// 刷新纹理资源
MediaTexture->UpdateResource();可以解决我代码的问题,不知道是否对你有帮助

update : enable plugin electra player to solve this problem :grinning: