UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UOnlineEngineInterface::FShowWebUrlParams Struct Reference

#include <OnlineEngineInterface.h>

Public Member Functions

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

Public Attributes

bool bEmbedded
 
bool bShowCloseButton
 
bool bShowBackground
 
bool bHideCursor
 
bool bResetCookies
 
int32 OffsetX
 
int32 OffsetY
 
int32 SizeX
 
int32 SizeY
 
TArray< FString > AllowedDomains
 
FString CallbackPath
 

Detailed Description

External UI

Constructor & Destructor Documentation

◆ FShowWebUrlParams() [1/2]

UOnlineEngineInterface::FShowWebUrlParams::FShowWebUrlParams ( bool  InbEmbedded,
int32  InOffsetX,
int32  InOffsetY,
int32  InSizeX,
int32  InSizeY 
)
inline

Constructor

◆ FShowWebUrlParams() [2/2]

UOnlineEngineInterface::FShowWebUrlParams::FShowWebUrlParams ( )
inline

Default Constructor

Member Data Documentation

◆ AllowedDomains

TArray<FString> UOnlineEngineInterface::FShowWebUrlParams::AllowedDomains

if specified then restricted to only navigate within these domains

◆ bEmbedded

bool UOnlineEngineInterface::FShowWebUrlParams::bEmbedded

presented without a frame if embedded enabled

◆ bHideCursor

bool UOnlineEngineInterface::FShowWebUrlParams::bHideCursor

Hide the mouse cursor

◆ bResetCookies

bool UOnlineEngineInterface::FShowWebUrlParams::bResetCookies

Rest cookies before invoking web browser

◆ bShowBackground

bool UOnlineEngineInterface::FShowWebUrlParams::bShowBackground

Show the built in background

◆ bShowCloseButton

bool UOnlineEngineInterface::FShowWebUrlParams::bShowCloseButton

Show the built in close button

◆ CallbackPath

FString UOnlineEngineInterface::FShowWebUrlParams::CallbackPath

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

◆ OffsetX

int32 UOnlineEngineInterface::FShowWebUrlParams::OffsetX

x offset in pixels from top left

◆ OffsetY

int32 UOnlineEngineInterface::FShowWebUrlParams::OffsetY

y offset in pixels from top left

◆ SizeX

int32 UOnlineEngineInterface::FShowWebUrlParams::SizeX

x size in pixels

◆ SizeY

int32 UOnlineEngineInterface::FShowWebUrlParams::SizeY

y size in pixels


The documentation for this struct was generated from the following file: