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

FOvrLaunchInvitePanelFlowResult Struct

Represents the result of a user's interaction with the invite panel, which is used to send out invitations to other users. It provides a way for developers to track the results of a user's interaction with the invite panel, including the list of users who were invited to the session. It can be retrieved using UOvrPlatformSubsystem::OnGroupPresenceInvitationsSent().

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
OvrHandle: ovrLaunchInvitePanelFlowResultHandle
MessageHandlePtr: TOvrMessageHandlePtr

Fields

InvitedUsers : FOvrUserPages
A list of FOvrUser who were invited to the session by the user who interacted with the invite panel.
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
OvrHandle: ovrLaunchInvitePanelFlowResultHandle
MessageHandlePtr: TOvrMessageHandlePtr
Returns
void