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

FOvrAbuseReportRecording Struct

A video recording evidence that can be used to collect video evidence when reporting abusive behavior or content within a platform. More details are available in our User Reporting Service Virtual Reality Check guideline

Constructors

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

Fields

RecordingUuid : FString
A unique UUID associated with the Abuse Report recording. It can be retrieved using field FOvrLaunchReportFlowResult::UserReportId
Signature
FString FOvrAbuseReportRecording::RecordingUuid

Member Functions

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