I am used Lanch URL function (string value: https://google.com)
[Engine ver. 4.0.2] Simulate Click the button on the Google web site was opened .
The only different versions [Engin ver. 4.4.3]
Opened only the browser
I would like to know the cause .
Feedback , thank you .
I’m unable to reproduce the issue with the information you’ve provided. What’s probably happening is the open command for the browser in your registry is malformed. After pulling out the shell open command we replace the string %1 with the URL to open, but if that string doesn’t exist then you’d end up just getting a blank browser.
File: UE4\Engine\Source\Runtime\Core\Private\Windows\WindowsPlatformProcess.cpp
Function: LaunchWebURL
Is where it all goes down if you have experience with C++ and are interested in debugging it.
Cheers,
Nick