FOvrParty
()
|
This is the default constructor for the struct, which initializes the ::ovrPartyHandle and TOvrMessageHandlePtr to their default values.
Signature
FOvrParty::FOvrParty() |
FOvrParty
(
OvrHandle
, MessageHandlePtr
)
|
Copying values from an OVR handle to the array, and the originating message to prevent the handle from being freed.
Signature
FOvrParty::FOvrParty(ovrPartyHandle OvrHandle, TOvrMessageHandlePtr MessageHandlePtr) Parameters OvrHandle: ovrPartyHandleMessageHandlePtr: TOvrMessageHandlePtr |
ID
: FOvrId |
A unique identifier of this party.
Signature
FOvrId FOvrParty::ID |
InvitedUsers
: FOvrUserPages |
An array of users who are invited to this party. These users are not a part of the party yet but have been invited.
Signature
FOvrUserPages FOvrParty::InvitedUsers |
Leader
: FOvrUser |
The user who initialized this party. It's also the first user who joined the party. The leader can invite and kick other users.
Signature
FOvrUser FOvrParty::Leader |
Users
: FOvrUserPages |
An array that contains the users who are currently in this party. These users will remain in the party while navigating between apps. Each user in the party will get the update by UOvrPlatformSubsystem::OnPartyPartyUpdate() which is intended to update the user on various actions that are occurring in the party.
Signature
FOvrUserPages FOvrParty::Users |
Clear
()
|
Setting all values to their defaults, effectively clearing the struct.
Signature
void FOvrParty::Clear() Returns void |
Update
(
OvrHandle
, MessageHandlePtr
)
|
Updating values from an OVR handle to the array, and the originating message to prevent the handle from being freed.
Signature
void FOvrParty::Update(ovrPartyHandle OvrHandle, TOvrMessageHandlePtr MessageHandlePtr) Parameters OvrHandle: ovrPartyHandleMessageHandlePtr: TOvrMessageHandlePtrReturns void |