FOvrLaunchReportFlowResult
()
|
This is the default constructor for the struct, which initializes the ::ovrLaunchReportFlowResultHandle and TOvrMessageHandlePtr to their default values.
Signature
FOvrLaunchReportFlowResult::FOvrLaunchReportFlowResult() |
FOvrLaunchReportFlowResult
(
OvrHandle
, MessageHandlePtr
)
|
Copying values from an OVR handle to the array, and the originating message to prevent the handle from being freed.
Signature
FOvrLaunchReportFlowResult::FOvrLaunchReportFlowResult(ovrLaunchReportFlowResultHandle OvrHandle, TOvrMessageHandlePtr MessageHandlePtr) Parameters OvrHandle: ovrLaunchReportFlowResultHandleMessageHandlePtr: TOvrMessageHandlePtr |
DidCancel
: bool |
A boolean which indicates whether the viewer chose to cancel the report flow before completing it.
Signature
bool FOvrLaunchReportFlowResult::DidCancel |
UserReportId
: FOvrId |
ID of the report created by the user. It's optional and may not be present if the user cancelled the report flow. Learn more about the user reporting plugin in our website.
Signature
FOvrId FOvrLaunchReportFlowResult::UserReportId |
Clear
()
|
Setting all values to their defaults, effectively clearing the struct.
Signature
void FOvrLaunchReportFlowResult::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 FOvrLaunchReportFlowResult::Update(ovrLaunchReportFlowResultHandle OvrHandle, TOvrMessageHandlePtr MessageHandlePtr) Parameters OvrHandle: ovrLaunchReportFlowResultHandleMessageHandlePtr: TOvrMessageHandlePtrReturns void |