FOvrInvitePanelResultInfo
()
|
This is the default constructor for the struct, which initializes the ovrInvitePanelResultInfoHandle and TOvrMessageHandlePtr to their default values.
Signature
FOvrInvitePanelResultInfo::FOvrInvitePanelResultInfo() |
FOvrInvitePanelResultInfo
(
OvrHandle
, MessageHandlePtr
)
|
Copying values from an OVR handle to the array, and the originating message to prevent the handle from being freed.
Signature
FOvrInvitePanelResultInfo::FOvrInvitePanelResultInfo(ovrInvitePanelResultInfoHandle OvrHandle, TOvrMessageHandlePtr MessageHandlePtr) Parameters OvrHandle: ovrInvitePanelResultInfoHandleMessageHandlePtr: TOvrMessageHandlePtr |
InvitesSent
: bool |
A boolean for whether or not any invites have been sent.
Signature
bool FOvrInvitePanelResultInfo::InvitesSent |
Clear
()
|
Setting all values to their defaults, effectively clearing the struct.
Signature
void FOvrInvitePanelResultInfo::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 FOvrInvitePanelResultInfo::Update(ovrInvitePanelResultInfoHandle OvrHandle, TOvrMessageHandlePtr MessageHandlePtr) Parameters OvrHandle: ovrInvitePanelResultInfoHandleMessageHandlePtr: TOvrMessageHandlePtrReturns void |