API reference

FOvrPartyUpdateNotification Struct

The notification about updating a party status information to participate user.

Constructors

FOvrPartyUpdateNotification ()
Signature
FOvrPartyUpdateNotification::FOvrPartyUpdateNotification()
FOvrPartyUpdateNotification ( OvrHandle , MessageHandlePtr )
Signature
FOvrPartyUpdateNotification::FOvrPartyUpdateNotification(ovrPartyUpdateNotificationHandle OvrHandle, TOvrMessageHandlePtr MessageHandlePtr)
Parameters

Fields

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.
Signature
EOvrPartyUpdateAction FOvrPartyUpdateNotification::Action
PartyId : FOvrId
The Id of the party that will be updated. This can be retrieved with FOvrPartyID.
Signature
FOvrId FOvrPartyUpdateNotification::PartyId
SenderId : FOvrId
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.
Signature
FOvrId FOvrPartyUpdateNotification::SenderId
UpdateTimestamp : FString
A timestamp denoting when the action happened that this status update notification refers to.
Signature
FString FOvrPartyUpdateNotification::UpdateTimestamp
UserAlias : FString
The alias of the FOvrUser whose party status has changed.
Signature
FString FOvrPartyUpdateNotification::UserAlias
UserId : FOvrId
The ID of the user whose party status has changed.
Signature
FOvrId FOvrPartyUpdateNotification::UserId
UserName : FString
The displayable name of the FOvrUser whose party status has changed. This is equivalent to field FOvrUser::DisplayName for this user.
Signature
FString FOvrPartyUpdateNotification::UserName

Member Functions

Clear ()
Signature
void FOvrPartyUpdateNotification::Clear()
Returns
void
Update ( OvrHandle , MessageHandlePtr )
Signature
void FOvrPartyUpdateNotification::Update(ovrPartyUpdateNotificationHandle OvrHandle, TOvrMessageHandlePtr MessageHandlePtr)
Parameters
Returns
void