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

OvrPlatform_IAP_GetProductsBySKU Function

Retrieve a list of IAP products that can be purchased. Note: You must provide a list of SKUs (Stock Keeping Units) to retrieve the corresponding product information. The SKUs are used to identify the products in the Oculus store, which can be retrieved by accessing the Developer Dashboard or by field FOvrPurchase::SKU.

Signature

void OVRPLATFORM_API OvrPlatform_IAP_GetProductsBySKU(UGameInstance *GameInstance, TArray< FString > Skus, OvrPlatform_IAP_GetProductsBySKU_Delegate &&Delegate)

Parameters

GameInstance: UGameInstance *
Skus: TArray< FString >
Delegate: OvrPlatform_IAP_GetProductsBySKU_Delegate &&

Returns

void OVRPLATFORM_API