Unreal Engine Web Browser / Youtube Videos

Hello Everyone!

For a game i am working on, i need to embed youtube videos into the game (just as a widget). But most importantly, I am trying to find a way to get the statistics of the video, especially the views.

I already managed to play the video by using the Web Browser plugin, but there is no way for me to get any data from the youtube page right ? I have seen some codes and javascripts which apparently work very easy, so i thought about getting the Unreal.js plugin. To be honest, i never worked with Javascript so i have no idea how to make this work.

Or is there any other way how I can play a youtube video inside my game and get the view statistics (to store them in a variable).

Thank you !

maybe this will help:

Thank you! Yes this already helped a lot! Right now I’m looking into this plugin:

HTTP Request

to make it as simple as possible. You think this will do the job ?

Okay i managed to make it work with this plugin :slight_smile: HTTP Request

Very simple acutally ^^