mirror of
https://github.com/mordentral/AdvancedSessionsPlugin.git
synced 2025-10-23 16:34:07 +00:00
hghhgg
This commit is contained in:
@@ -49,6 +49,9 @@ void UAdvancedExternalUILibrary::ShowWebURLUI(FString URLToShow, TEnumAsByte<EBl
|
||||
return;
|
||||
}
|
||||
|
||||
URLToShow = URLToShow.Replace(TEXT("http://"), TEXT(""));
|
||||
URLToShow = URLToShow.Replace(TEXT("https://"), TEXT(""));
|
||||
|
||||
ExternalUIInterface->ShowWebURL(URLToShow);
|
||||
Result = EBlueprintResultSwitch::Type::OnSuccess;
|
||||
}
|
||||
|
Reference in New Issue
Block a user