FOvrPartyID
()
|
This is the default constructor for the struct, which initializes the ::ovrPartyIDHandle and TOvrMessageHandlePtr to their default values.
Signature
FOvrPartyID::FOvrPartyID() |
FOvrPartyID
(
OvrHandle
, MessageHandlePtr
)
|
Copying values from an OVR handle to the array, and the originating message to prevent the handle from being freed.
Signature
FOvrPartyID::FOvrPartyID(ovrPartyIDHandle OvrHandle, TOvrMessageHandlePtr MessageHandlePtr) Parameters OvrHandle: ovrPartyIDHandleMessageHandlePtr: TOvrMessageHandlePtr |
ID
: FOvrId |
The party ID can be used to retrieve FOvrParty. Every party will have a unique ID that is associated with it.
Signature
FOvrId FOvrPartyID::ID |
Clear
()
|
Setting all values to their defaults, effectively clearing the struct.
Signature
void FOvrPartyID::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 FOvrPartyID::Update(ovrPartyIDHandle OvrHandle, TOvrMessageHandlePtr MessageHandlePtr) Parameters OvrHandle: ovrPartyIDHandleMessageHandlePtr: TOvrMessageHandlePtrReturns void |