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

OvrPlatform_User_Get Function

Retrieve the user with the given ID. This might fail if the ID is invalid or the user is blocked.
NOTE: Users will have a unique ID per application.

Signature

void OVRPLATFORM_API OvrPlatform_User_Get(UGameInstance *GameInstance, FOvrId UserID, OvrPlatform_User_Get_Delegate &&Delegate)

Parameters

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

Returns

void OVRPLATFORM_API