FShowWebUrlParams

Parameters used to show a web UI

Windows
MacOS
Linux

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

Name Description

Public variable

TArray< FString...

 

AllowedDomains

If specified then restricted to only navigate within these domains

Public variable

bool

 

bEmbedded

Presented without a frame if embedded enabled

Public variable

bool

 

bHideCursor

Hide the mouse cursor

Public variable

bool

 

bResetCookies

Rest cookies before invoking web browser

Public variable

bool

 

bShowBackground

Show the built in background

Public variable

bool

 

bShowCloseButton

Show the built in close button

Public variable

FString

 

CallbackPath

Portion of url for detecting callback. Eg. "&code=", "redirect=", etc

Public variable

int32

 

OffsetX

X offset in pixels from top left

Public variable

int32

 

OffsetY

Y offset in pixels from top left

Public variable

int32

 

SizeX

X size in pixels

Public variable

int32

 

SizeY

Y size in pixels

Constructors

Name Description

Public function

FShowWebUrlParams()

Default Constructor

Public function

FShowWebUrlParams

(
    bool InbEmbedded,
    int32 InOffsetX,
    int32 InOffsetY,
    int32 InSizeX,
    int32 InSizeY
)

Constructor

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss