Media Texture is not working on UNREAL ENGINE 4.13

What’s missing here is that you need to actually open a media source in your Blueprint script. MediaPlayers no longer store a media source to play, and they no longer auto-play. The How-To has a basic example on how to do this from BeginPlay. You probably want to add the OpenSource node in your widget Blueprint instead.