FString | DisplayName[Get] |
ID[Get] | |
FString | ImageUrl[Get] |
FString | OculusID[Get] |
FString | Presence[Get] |
FString | |
FString | |
FString | |
FString | |
PresenceStatus[Get] | |
FString | SmallImageUrl[Get] |
| FString FOvrUser::DisplayName |
|---|
A potentially non unique displayable name chosen by the user. Could also be the same as the oculus_ID |
| FOvrId FOvrUser::ID |
|---|
No description available.
|
| FString FOvrUser::ImageUrl |
|---|
No description available.
|
| FString FOvrUser::OculusID |
|---|
No description available.
|
| FString FOvrUser::Presence |
|---|
Human readable string of what the user is currently doing. Not intended to be parsed as it might change at anytime or be translated |
| FString FOvrUser::PresenceDeeplinkMessage |
|---|
Intended to be parsed and used to deeplink to parts of the app |
| FString FOvrUser::PresenceDestinationApiName |
|---|
If provided, the destination this user is currently at in the app |
| FString FOvrUser::PresenceLobbySessionId |
|---|
If provided, the lobby session this user is currently at in the app |
| FString FOvrUser::PresenceMatchSessionId |
|---|
If provided, the match session this user is currently at in the app |
| EOvrUserPresenceStatus FOvrUser::PresenceStatus |
|---|
Enum value of what the user is currently doing. |
| FString FOvrUser::SmallImageUrl |
|---|
No description available.
|
| FOvrUser::FOvrUser ( ) |
|---|
No description available.
|
| FOvrUser::FOvrUser ( ovrUserHandle OvrHandle, TOvrMessageHandlePtr MessageHandlePtr ) |
|---|
No description available.
|
| void FOvrUser::Clear ( ) |
|---|
No description available.
|
| void FOvrUser::Update ( ovrUserHandle OvrHandle, TOvrMessageHandlePtr MessageHandlePtr ) |
|---|
No description available.
|