Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem
Filter for querying a subset of offers from the online store
| Name | FOnlineStoreFilter |
| Type | class |
| Header File | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineStoreInterfaceV2.h |
| Include Path | #include "Interfaces/OnlineStoreInterfaceV2.h" |
Syntax
class FOnlineStoreFilter
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ExcludeCategories | TArray< FOnlineStoreCategory > | Category paths to exclude when filtering offers | Interfaces/OnlineStoreInterfaceV2.h | |
| IncludeCategories | TArray< FOnlineStoreCategory > | Category paths to match when filtering offers | Interfaces/OnlineStoreInterfaceV2.h | |
| Keywords | TArray< FString > | Keyword strings to match when filtering items/offers | Interfaces/OnlineStoreInterfaceV2.h |