Open Web Browser in Visual Script

How does one make a button click in the game UI open the web browers to a given URL?

E.e. A button that says “Go To Our Game Documentation” and open their web browser to it?

This is hard to google because Unreal 4 button open web browser gets so much unrelated links.

I think you are looking for the Launch URL function in the blueprints. Bind this to your action and it’ll open whatever URL you want in the user’s default browser.

Thanks. I didn’t think of the word “Launch”. I tried Open, Browse, Run, Exec, Web, etc. lol

NP, glad this helped you out. Good luck on your project