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 OvrHandle: ovrRejoinDialogResultHandleMessageHandlePtr: TOvrMessageHandlePtr |
RejoinSelected
: bool |
A boolean for if the user has decided to rejoin. This is used in UOvrRequestsBlueprintLibrary::GroupPresence_LaunchRejoinDialog().
Signature
bool FOvrRejoinDialogResult::RejoinSelected |
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 OvrHandle: ovrRejoinDialogResultHandleMessageHandlePtr: TOvrMessageHandlePtrReturns void |