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

FOvrRejoinDialogResult Struct

A boolean that indicates the result of GroupPresence_LaunchRejoinDialog(). 'True' indicates that the application will rejoin the dialog, otherwise the application will not rejoin the dialog. Read more about the rejoin dialog.

Constructors

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

Fields

RejoinSelected : bool
A boolean for if the user has decided to rejoin. This is used in GroupPresence_LaunchRejoinDialog().
Signature
bool FOvrRejoinDialogResult::RejoinSelected

Member Functions

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