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