Navigation
API > API/Plugins > API/Plugins/OnlineSubsystemUtils
Micro-transaction purchase information
| Name | FInAppPurchaseProductInfo2 |
| Type | struct |
| Header File | /Engine/Plugins/Online/OnlineSubsystemUtils/Source/OnlineSubsystemUtils/Classes/InAppPurchaseCallbackProxy2.h |
| Include Path | #include "InAppPurchaseCallbackProxy2.h" |
Syntax
USTRUCT (BlueprintType )
struct FInAppPurchaseProductInfo2
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CurrencyCode | FString | The localized currency code of the price. | InAppPurchaseCallbackProxy2.h |
|
| CurrencySymbol | FString | The localized currency symbol of the price. | InAppPurchaseCallbackProxy2.h |
|
| DecimalSeparator | FString | The localized decimal separator used in the price. | InAppPurchaseCallbackProxy2.h |
|
| DisplayDescription | FString | The localized display description name. | InAppPurchaseCallbackProxy2.h |
|
| DisplayName | FString | The localized display name. | InAppPurchaseCallbackProxy2.h |
|
| DisplayPrice | FString | The localized display price name. | InAppPurchaseCallbackProxy2.h |
|
| DynamicFields | TMap< FString, FString > | Dynamic fields from raw Json data. | InAppPurchaseCallbackProxy2.h |
|
| GroupingSeparator | FString | The localized grouping separator of the price. | InAppPurchaseCallbackProxy2.h |
|
| Identifier | FString | The unique product identifier. | InAppPurchaseCallbackProxy2.h |
|
| RawPrice | float | Raw price without currency code and symbol. | InAppPurchaseCallbackProxy2.h |
|
| ReceiptData | FString | Opaque receipt data for the transaction. | InAppPurchaseCallbackProxy2.h |
|
| TransactionIdentifier | FString | The unique transaction identifier | InAppPurchaseCallbackProxy2.h |
|