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