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