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

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.

Signature

void OVRPLATFORM_API OvrPlatform_IAP_ConsumePurchase(UGameInstance *GameInstance, FString Sku, OvrPlatform_IAP_ConsumePurchase_Delegate &&Delegate)

Parameters

GameInstance: UGameInstance *
Sku: FString
Delegate: OvrPlatform_IAP_ConsumePurchase_Delegate &&

Returns

void OVRPLATFORM_API