Module |
|
Header |
/Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineExternalUIInterface.h |
Include |
#include "Interfaces/OnlineExternalUIInterface.h" |
struct FShowWebUrlParams
Parameters used to show a web UI
Name | Description | ||
---|---|---|---|
|
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 |
|
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 |
Name | Description | |
---|---|---|
|
FShowWebUrlParams() |
Default Constructor |
|
FShowWebUrlParams ( |
Constructor |