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

OvrPlatform_IAP_GetViewerPurchases Function

Retrieve a list of Purchase that the Logged-In-User has made. This list will also contain consumable purchases that have not been consumed. Note: This method returns all purchases, including consumable and non-consumable ones. If you only want to retrieve durable purchases, use get_viewer_purchases_durable_cache instead.

Signature

void OVRPLATFORM_API OvrPlatform_IAP_GetViewerPurchases(UGameInstance *GameInstance, OvrPlatform_IAP_GetViewerPurchases_Delegate &&Delegate)

Parameters

GameInstance: UGameInstance *
Delegate: OvrPlatform_IAP_GetViewerPurchases_Delegate &&

Returns

void OVRPLATFORM_API