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

FOvrAbuseReportOptions Struct

The Abuse Report Options provide a way for developers to customize the reporting flow and specify the type of content being reported, which can be either a EOvrAbuseReportType::User or an EOvrAbuseReportType::Object, helping to maintain a safe and respectful community within their application.

Constructors

FOvrAbuseReportOptions ()
Signature
FOvrAbuseReportOptions::FOvrAbuseReportOptions()

Fields

PreventPeopleChooser : bool
Set whether or not to show the user selection step. If the reported object is a user, they can choose to block the reported user from further interactions within the platform.
Signature
bool FOvrAbuseReportOptions::PreventPeopleChooser
ReportType : EOvrAbuseReportType
The intended entity type EOvrAbuseReportType being reported, it can be either a user EOvrAbuseReportType::User or an object/content EOvrAbuseReportType::Object.
Signature
EOvrAbuseReportType FOvrAbuseReportOptions::ReportType