FOvrPartyUpdateNotification ( ovrPartyUpdateNotificationHandle OvrHandle, TOvrMessageHandlePtr MessageHandlePtr ) | |
void | Clear ( ) |
void |
EOvrPartyUpdateAction FOvrPartyUpdateNotification::Action |
---|
An enum that specifies the type of action related to the party and user that this notification holds. EOvrPartyUpdateAction::Join: The user is going to join the party. EOvrPartyUpdateAction::Leave: The user is going to leave the party. EOvrPartyUpdateAction::Invite: The user is invited to the party. EOvrPartyUpdateAction::Uninvite: The user is uninvited from the party. |
FOvrId FOvrPartyUpdateNotification::PartyId |
---|
The Id of the party that will be updated. This can be retrieved with FOvrPartyID. |
FOvrId FOvrPartyUpdateNotification::SenderId |
---|
The id of the FOvrUser who initiated the action that this party update status notification is in reference to. This is equivalent to field FOvrUser::ID for this user. |
FString FOvrPartyUpdateNotification::UpdateTimestamp |
---|
A timestamp denoting when the action happened that this status update notification refers to. |
FString FOvrPartyUpdateNotification::UserAlias |
---|
The alias of the FOvrUser whose party status has changed. |
FOvrId FOvrPartyUpdateNotification::UserId |
---|
The ID of the user whose party status has changed. |
FString FOvrPartyUpdateNotification::UserName |
---|
The displayable name of the FOvrUser whose party status has changed. This is equivalent to field FOvrUser::DisplayName for this user. |
FOvrPartyUpdateNotification::FOvrPartyUpdateNotification ( ) |
---|
No description available.
|
FOvrPartyUpdateNotification::FOvrPartyUpdateNotification ( ovrPartyUpdateNotificationHandle OvrHandle, TOvrMessageHandlePtr MessageHandlePtr ) |
---|
No description available.
|
void FOvrPartyUpdateNotification::Clear ( ) |
---|
No description available.
|
void FOvrPartyUpdateNotification::Update ( ovrPartyUpdateNotificationHandle OvrHandle, TOvrMessageHandlePtr MessageHandlePtr ) |
---|
No description available.
|