FOvrLaunchUnblockFlowResult
()
|
This is the default constructor for the struct, which initializes the ::ovrLaunchUnblockFlowResultHandle and TOvrMessageHandlePtr to their default values.
Signature
FOvrLaunchUnblockFlowResult::FOvrLaunchUnblockFlowResult() |
FOvrLaunchUnblockFlowResult
(
OvrHandle
, MessageHandlePtr
)
|
Copying values from an OVR handle to the array, and the originating message to prevent the handle from being freed.
Signature
FOvrLaunchUnblockFlowResult::FOvrLaunchUnblockFlowResult(ovrLaunchUnblockFlowResultHandle OvrHandle, TOvrMessageHandlePtr MessageHandlePtr) Parameters OvrHandle: ovrLaunchUnblockFlowResultHandleMessageHandlePtr: TOvrMessageHandlePtr |
DidCancel
: bool |
A boolean indicates whether the viewer chose to cancel the unblock flow. It will be 'true' if the viewer canceled 'Unblock' from the modal.
Signature
bool FOvrLaunchUnblockFlowResult::DidCancel |
DidUnblock
: bool |
A boolean indicates whether the viewer successfully unblocked the user. Learn more about unblocking users from our website.
Signature
bool FOvrLaunchUnblockFlowResult::DidUnblock |
Clear
()
|
Setting all values to their defaults, effectively clearing the struct.
Signature
void FOvrLaunchUnblockFlowResult::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 FOvrLaunchUnblockFlowResult::Update(ovrLaunchUnblockFlowResultHandle OvrHandle, TOvrMessageHandlePtr MessageHandlePtr) Parameters OvrHandle: ovrLaunchUnblockFlowResultHandleMessageHandlePtr: TOvrMessageHandlePtrReturns void |