Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem > API/Plugins/OnlineSubsystem/Interfaces > API/Plugins/OnlineSubsystem/Interfaces/IOnlineExternalUI
References
| Module | OnlineSubsystem |
| Header | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineExternalUIInterface.h |
| Include | #include "Interfaces/OnlineExternalUIInterface.h" |
bool ShowWebURL
(
const FString & Url,
const FShowWebUrlParams & ShowParams,
const FOnShowWebUrlClosedDelegate & Delegate
)
Remarks
Displays a web page in the external UI true if it was able to show the UI, false if it failed
Parameters
| Name | Description |
|---|---|
| WebURL | fully formed web address (http://www.google.com) |
| ShowParams | configuration for the UI display |