OvrPlatform_IAP_ConsumePurchase Function
Allow the consumable IAP product to be purchased again. Conceptually, this indicates that the item was used or consumed. Important: Make sure to pass the correct SKU of the purchase that will be consumed. This value is case-sensitive and should match exactly with the product SKU set in the Developer Dashboard.
void OVRPLATFORM_API OvrPlatform_IAP_ConsumePurchase(UGameInstance *GameInstance, FString Sku, OvrPlatform_IAP_ConsumePurchase_Delegate &&Delegate)
GameInstance: UGameInstance *
Sku: FString
Delegate: OvrPlatform_IAP_ConsumePurchase_Delegate &&
void OVRPLATFORM_API