Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem
Category used to organize offers in the online store
| Name | FOnlineStoreCategory |
| Type | class |
| Header File | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineStoreInterfaceV2.h |
| Include Path | #include "Interfaces/OnlineStoreInterfaceV2.h" |
Syntax
class FOnlineStoreCategory
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Description | FText | Description for display | Interfaces/OnlineStoreInterfaceV2.h | |
| Id | FUniqueCategoryId | Unique identifier for this category | Interfaces/OnlineStoreInterfaceV2.h | |
| SubCategories | TArray< FOnlineStoreCategory > | List of optional sub categories | Interfaces/OnlineStoreInterfaceV2.h |