Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UOnlineEngineInterface > API/Runtime/Engine/UOnlineEngineInterface/FShowWebUrlParams
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Default Constructor | Net/OnlineEngineInterface.h | ||
FShowWebUrlParams
(
bool InbEmbedded, |
Constructor | Net/OnlineEngineInterface.h |
FShowWebUrlParams()
Description
Default Constructor
| Name | FShowWebUrlParams |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Net/OnlineEngineInterface.h |
| Include Path | #include "Net/OnlineEngineInterface.h" |
FShowWebUrlParams()
FShowWebUrlParams(bool, int32, int32, int32, int32)
Description
Constructor
| Name | FShowWebUrlParams |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Net/OnlineEngineInterface.h |
| Include Path | #include "Net/OnlineEngineInterface.h" |
FShowWebUrlParams
(
bool InbEmbedded,
int32 InOffsetX,
int32 InOffsetY,
int32 InSizeX,
int32 InSizeY
)