The class that represents the product information for a specific IAP which is available for purchase in your app. You can retrieve more information about the product(s) by using their SKU with UOvrRequestsBlueprintLibrary::IAP_GetProductsBySKU()
The content rating of a FOvrProduct that specifies the age rating as well as other important information that needs to be displayed to the user per local regulations.
FString CoverUrl[Get]
The URI for the cover image for the FOvrProduct being sold.
FString Description[Get]
The description for the product. The description should be meaningful and explanatory to help outline the product and its features.
FString FormattedPrice[Get]
The formatted string for the FOvrPrice. This is the same value stored in FOvrPrice.
The FOvrPrice of the product contains the currency code, the amount in hundredths, and the formatted string representation.
FString ShortDescription[Get]
The short description of a FOvrProduct which provides more information about the FOvrProduct. To be used in conjunction with the description of the FOvrProduct.
FString SKU[Get]
The unique string that you use to reference the product in your app. The SKU is case-sensitive and should match the SKU reference in your code.