Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem
| |
|
| Name |
FShowStoreParams |
| Type |
struct |
| Header File |
/Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineExternalUIInterface.h |
| Include Path |
#include "Interfaces/OnlineExternalUIInterface.h" |
Syntax
struct FShowStoreParams
Constructors
| Name |
Remarks |
Include Path |
Unreal Specifiers |
FShowStoreParams
(
const FString& InCategory
)
|
Constructor |
Interfaces/OnlineExternalUIInterface.h |
|
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| bAddToCart |
bool |
If the specific product id should be added to the user's cart automatically |
Interfaces/OnlineExternalUIInterface.h |
|
| Category |
FString |
Category filter for products to browse |
Interfaces/OnlineExternalUIInterface.h |
|
| ProductId |
FUniqueOfferId |
Product to show directly instead of the whole store |
Interfaces/OnlineExternalUIInterface.h |
|
Functions
Public