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