API reference
API reference
Select your platform
No SDKs available
No versions available

FOvrProduct Struct

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()

Fields

The description for the product. The description should be meaningful and explanatory to help outline the product and its features.
The formatted string for the FOvrPrice. This is the same value stored in FOvrPrice.
The name of the product. This will be used as a the display name and should be aligned with the user facing title.
The FOvrPrice of the product contains the currency code, the amount in hundredths, and the formatted string representation.
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.
The type of product. An In-app purchase (IAP) add-on can be EOvrProductType::DURABLE, EOvrProductType::CONSUMABLE, or a EOvrProductType::SUBSCRIPTION.

Member Functions

This is the default constructor for the struct, which initializes the ovrProductHandle and TOvrMessageHandlePtr to their default values.
Copying values from an OVR handle to the array, and the originating message to prevent the handle from being freed.
Setting all values to their defaults, effectively clearing the struct.
Updating values from an OVR handle to the array, and the originating message to prevent the handle from being freed.
Did you find this page helpful?
Thumbs up icon
Thumbs down icon