This issue has been closed as 'Won't Fix' due to an extended period of time without updates. If this issue is important to you please let us know by posting on the AnswerHub or UDN, and Epic will re-open the ticket for further review.
Code for this function below:
bool FOnlineExternalUISteam::ShowWebURL(const FString& WebURL) { if (!WebURL.StartsWith(TEXT("https://"))) { SteamFriends()->ActivateGameOverlayToWebPage(TCHAR_TO_UTF8(*FString::Printf(TEXT("https://%s"), *WebURL))); } else { SteamFriends()->ActivateGameOverlayToWebPage(TCHAR_TO_UTF8(*WebURL)); } return true; }
The first "If" statement does not check for the http:// protocol and will result in adding a https:// before any URLs that begin with [Link Removed].
1. Pass a FString into the ShowWebURL function that starts with "http://"
2. Check the output String from ActivateGameOverlayToWebPage
Result: The string now starts with "https://http://"
Expected: The function should detect the http:// and leave it as it was.
Delay nodes occasionally don't fire the "Completed" output in a nativized build
I am not able to find world outliner how to enable it?
Undefined sysmbol: typeinfo for AActor when cross-compile linux dedicated server on windows
Lighting Turns Black in Play Mode
When I open UE4 4.24.3 it appears that. Does anyone know how to solve?
How can i modify the param name in EQS node
What method is used to fill polygonal regions when drawing spline mesh at run time?
Head over to the existing Questions & Answers thread and let us know what's up.
0 |
Component | UE - Networking |
---|---|
Affects Versions | 4.10, 4.13 |
Created | Dec 17, 2015 |
---|---|
Resolved | Mar 14, 2017 |
Updated | Mar 14, 2017 |