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

OvrPlatform_IAP_GetViewerPurchasesDurableCache Function

Retrieve a list of Purchase that the Logged-In-User has made. This list will only contain durable purchase (non-consumable) and is populated from a device cache. Important: It is recommended to use UOvrRequestsBlueprintLibrary::IAP_GetViewerPurchases() first and only check the cache if that fails. This method is intended as a fallback mechanism and may not always return up-to-date results.

Signature

void OVRPLATFORM_API OvrPlatform_IAP_GetViewerPurchasesDurableCache(UGameInstance *GameInstance, OvrPlatform_IAP_GetViewerPurchasesDurableCache_Delegate &&Delegate)

Parameters

GameInstance: UGameInstance *
Delegate: OvrPlatform_IAP_GetViewerPurchasesDurableCache_Delegate &&

Returns

void OVRPLATFORM_API