How to Launch Web Browser with URL From In-Game - Epic Wiki

# How to Launch Web Browser with URL From In-Game

# Overview

Author Rama (talk)

Dear Community,

This is how you can launch the OS default web browser with your chosen URL from inside the game via C++!

# CPP

FString TheURL = "http://www.google.com/"; FPlatformProcess::LaunchURL( *TheURL, nullptr, nullptr );

# Summary

More information can be found in the documentation.

Enjoy!

Rama (talk)

Retrieved from "https://wiki.unrealengine.com/index.php?title=How_to_Launch_Web_Browser_with_URL_From_In-Game&oldid=5554"

Category: