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

OvrPlatform_Entitlement_GetIsViewerEntitled Function

Returns whether the current user is entitled to the current app. The primary purpose of this function is to verify user access rights to the application, ensuring that the user is authorized to use it. See example usage here.

Signature

void OVRPLATFORM_API OvrPlatform_Entitlement_GetIsViewerEntitled(UGameInstance *GameInstance, OvrPlatform_Entitlement_GetIsViewerEntitled_Delegate &&Delegate)

Parameters

GameInstance: UGameInstance *
Delegate: OvrPlatform_Entitlement_GetIsViewerEntitled_Delegate &&

Returns

void OVRPLATFORM_API