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

OvrPlatform_User_GetOrgScopedID Function

returns an ovrID which is unique per org. allows different apps within the same org to identify the user.

Signature

void OVRPLATFORM_API OvrPlatform_User_GetOrgScopedID(UGameInstance *GameInstance, FOvrId UserID, OvrPlatform_User_GetOrgScopedID_Delegate &&Delegate)

Parameters

GameInstance: UGameInstance *
UserID: FOvrId
Delegate: OvrPlatform_User_GetOrgScopedID_Delegate &&

Returns

void OVRPLATFORM_API