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