The price of a FOvrProduct. A price contains a currency code, an amount in hundredths, and its formatted string representation. For example, a price with a currency code of "USD" and an amount in hundredths of 99 has a formatted string of "$0.99".
Fields
int32 AmountInHundredths[Get]
The price of the product in hundredths of currency units.
FString Currency[Get]
The ISO 4217 currency code for the price of the product. For example, "USD", "GBP", "JPY".