FOnlineProxyStoreOffer

Offer entry for display from online store

Windows
MacOS
Linux

References

Module

OnlineSubsystemUtils

Header

/Engine/Plugins/Online/OnlineSubsystemUtils/Source/OnlineSubsystemUtils/Classes/InAppPurchaseQueryCallbackProxy2.h

Include

#include "InAppPurchaseQueryCallbackProxy2.h"

Syntax

[USTRUCT](Programming/UnrealArchitecture/Reference/Structs)([BlueprintType](Programming/UnrealArchitecture/Reference/Structs/Specifiers/BlueprintType))
struct FOnlineProxyStoreOffer

Remarks

Offer entry for display from online store

Variables

Name Description

Public variable UProperty Category BlueprintReadOnly

FString

 

CurrencyCode

Price currency code

Public variable UProperty Category BlueprintReadOnly

FText

 

Description

Short description for display

Public variable UProperty Category BlueprintReadOnly

EOnlineProxySto...

 

DiscountType

Type of discount currently running on this offer (if any)

Public variable UProperty Category BlueprintReadOnly

TMap< FString, ...

 

DynamicFields

Public variable UProperty Category BlueprintReadOnly

FDateTime

 

ExpirationDate

Date this information is no longer valid (maybe due to sale ending, etc)

Public variable UProperty Category BlueprintReadOnly

FText

 

LongDescription

Full description for display

Public variable UProperty Category BlueprintReadOnly

int32

 

NumericPrice

Final-Price (Post-Sales/Discounts) in numeric form for comparison/sorting

Public variable UProperty Category BlueprintReadOnly

FString

 

OfferId

Unique offer identifier

Public variable UProperty Category BlueprintReadOnly

FText

 

PriceText

Final-Pricing (Post-Sales/Discounts) as text for display

Public variable UProperty Category BlueprintReadOnly

int32

 

RegularPrice

Regular non-sale price in numeric form for comparison/sorting

Public variable UProperty Category BlueprintReadOnly

FText

 

RegularPriceText

Regular non-sale price as text for display

Public variable UProperty Category BlueprintReadOnly

FDateTime

 

ReleaseDate

Date the offer was released

Public variable UProperty Category BlueprintReadOnly

FText

 

Title

Title for display

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss