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