API reference
API reference
Select your platform
No SDKs available
No versions available

FOvrInvitePanelResultInfo Struct

It contains information about the user's invitation to others to join their current session. It is used to provide feedback to the user about whether their invitations have been successfully sent. It can be retrieved using UOvrRequestsBlueprintLibrary::GroupPresence_LaunchInvitePanel().

Constructors

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: ovrInvitePanelResultInfoHandle
MessageHandlePtr: TOvrMessageHandlePtr

Fields

InvitesSent : bool
This field indicates whether any invitations have been sent successfully. It is a boolean value where true means that one or more invites have been successfully sent, and false indicates that no invites were sent or the sending process failed.
Signature
bool FOvrInvitePanelResultInfo::InvitesSent

Member Functions

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: ovrInvitePanelResultInfoHandle
MessageHandlePtr: TOvrMessageHandlePtr
Returns
void