API/Autodoc/Classes/FURuStoreProduct.en.md


FURuStoreProduct

Product Information.

#include <FURuStoreProduct.h>

Public Functions

Name
FURuStoreProduct()
Constructor.

Public Attributes

Name
FString productId — The product identifier assigned to the product in the RuStore console.
EURuStoreProductType productType — Product type.
EURuStoreProductStatus productStatus — Formatted price of the item, including the currency sign in the language language.
FString priceLabel — Product status.
int price — Price in minimum units (e.g., in kopecks).
FString currency — ISO 4217 currency code.
FString language — Language specified using BCP 47 encoding.
FString title — Product name in the language language.
FString description — Description in the language language.
FString imageUrl — Image URL.
FString promoImageUrl — Promo image URL.
FURuStoreProductSubscription subscription — Subscription description, returned only for products of type EURUStoreProductType::SUBSCRIPTION.

function FURuStoreProduct

inline FURuStoreProduct()

Constructor.

variable productId

FString productId;

The product identifier assigned to the product in the RuStore console.

variable productType

EURuStoreProductType productType;

Product type.

variable productStatus

EURuStoreProductStatus productStatus;

Formatted price of the item, including the currency sign in the language language.

variable priceLabel

FString priceLabel;

Product status.

variable price

int price;

Price in minimum units (e.g., in kopecks).

variable currency

FString currency;

ISO 4217 currency code.

variable language

FString language;

Language specified using BCP 47 encoding.

variable title

FString title;

Product name in the language language.

variable description

FString description;

Description in the language language.

variable imageUrl

FString imageUrl;

Image URL.

variable promoImageUrl

FString promoImageUrl;

Promo image URL.

variable subscription

FURuStoreProductSubscription subscription;

Subscription description, returned only for products of type EURUStoreProductType::SUBSCRIPTION.


Назад