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

FOvrLaunchInvitePanelFlowResult Struct

Sent when the user is finished using the invite panel to send out invitations. Contains a list of invitees. It can be retrieved using FOvrNotification_GroupPresence_InvitationsSent.

Constructors

FOvrLaunchInvitePanelFlowResult ()
This is the default constructor for the struct, which initializes the ovrLaunchInvitePanelFlowResultHandle and TOvrMessageHandlePtr to their default values.
Signature
FOvrLaunchInvitePanelFlowResult::FOvrLaunchInvitePanelFlowResult()
FOvrLaunchInvitePanelFlowResult ( OvrHandle , MessageHandlePtr )
Copying values from an OVR handle to the array, and the originating message to prevent the handle from being freed.
Signature
FOvrLaunchInvitePanelFlowResult::FOvrLaunchInvitePanelFlowResult(ovrLaunchInvitePanelFlowResultHandle OvrHandle, TOvrMessageHandlePtr MessageHandlePtr)
Parameters

Fields

InvitedUsers : FOvrUserPages
A list of users that were sent an invitation to the session.
Signature
FOvrUserPages FOvrLaunchInvitePanelFlowResult::InvitedUsers

Member Functions

Clear ()
Setting all values to their defaults, effectively clearing the struct.
Signature
void FOvrLaunchInvitePanelFlowResult::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 FOvrLaunchInvitePanelFlowResult::Update(ovrLaunchInvitePanelFlowResultHandle OvrHandle, TOvrMessageHandlePtr MessageHandlePtr)
Parameters
Returns
void