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

OvrPlatform_User_GetLoggedInUser Function

Retrieve the currently signed in user. This call is available offline.
NOTE: This will not return the user's presence as it should always be 'online' in your application.
NOTE: Users will have a unique ID per application.

Signature

void OVRPLATFORM_API OvrPlatform_User_GetLoggedInUser(UGameInstance *GameInstance, OvrPlatform_User_GetLoggedInUser_Delegate &&Delegate)

Parameters

GameInstance: UGameInstance *
Delegate: OvrPlatform_User_GetLoggedInUser_Delegate &&

Returns

void OVRPLATFORM_API