Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem > API/Plugins/OnlineSubsystem/Interfaces
References
| Module | OnlineSubsystem |
| Header | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineStoreInterfaceV2.h |
| Include | #include "Interfaces/OnlineStoreInterfaceV2.h" |
Syntax
class FOnlineStoreOffer
Remarks
Offer entry for display from online store
Variables
| Type | Name | Description | |
|---|---|---|---|
| FString | CurrencyCode | Price currency code | |
| FText | Description | Short description for display | |
| EOnlineStoreOfferDiscountType | DiscountType | Type of discount currently running on this offer (if any) | |
| TMap< FString, FString > | DynamicFields | ||
| FDateTime | ExpirationDate | Date this information is no longer valid (maybe due to sale ending, etc) | |
| FText | LongDescription | Full description for display | |
| int64 | NumericPrice | Final-Price (Post-Sales/Discounts) in numeric form for comparison/sorting | |
| FUniqueOfferId | OfferId | Unique offer identifier | |
| FText | PriceText | Final-Pricing (Post-Sales/Discounts) as text for display | |
| int64 | RegularPrice | Regular non-sale price in numeric form for comparison/sorting | |
| FText | RegularPriceText | Regular non-sale price as text for display | |
| FDateTime | ReleaseDate | Date the offer was released | |
| FText | Title | Title for display |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|