How can I do that in UE5 ? That would help me a lot
Thanks for your time
Where are you stuck? The media player in UE5 works exactly the same as in UE4.
Point 4 is optional as the player has a bunch of methods that can directly open files or URLs
Thanks for the answer
Iโm stuck with the widget blueprint. I have the textures and the switch when I pressed key in my level blueprint but I donโt know how to have the button switch that do that in my widget blueprint.
This is all the code you need in your widget
If you are new with UMG and you donโt see the button events you have to set the buttons as variables in the designer:
Thanks dZh0 for the answer. I will try that