Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem > API/Plugins/OnlineSubsystem/Interfaces
References
| Module | OnlineSubsystem |
| Header | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineExternalUIInterface.h |
| Include | #include "Interfaces/OnlineExternalUIInterface.h" |
Syntax
struct FShowWebUrlParams
Remarks
Parameters used to show a web UI
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< FString > | AllowedDomains | If specified then restricted to only navigate within these domains | |
| bool | bEmbedded | Presented without a frame if embedded enabled | |
| bool | bHideCursor | Hide the mouse cursor | |
| bool | bResetCookies | Rest cookies before invoking web browser | |
| bool | bShowBackground | Show the built in background | |
| bool | bShowCloseButton | Show the built in close button | |
| FString | CallbackPath | Portion of url for detecting callback. Eg. "&code=", "redirect=", etc | |
| int32 | OffsetX | X offset in pixels from top left | |
| int32 | OffsetY | Y offset in pixels from top left | |
| int32 | SizeX | X size in pixels | |
| int32 | SizeY | Y size in pixels |
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Default Constructor | |||
FShowWebUrlParams
(
bool InbEmbedded, |
Constructor |