Navigation
Unreal Engine C++ API Reference > Runtime > Engine > Net > UOnlineEngineInterface
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Public/Net/OnlineEngineInterface.h |
Include | #include "Net/OnlineEngineInterface.h" |
Syntax
struct FShowWebUrlParams
Remarks
External 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 |