FOvrAdvancedAbuseReportOptions
()
|
Signature
FOvrAdvancedAbuseReportOptions::FOvrAdvancedAbuseReportOptions() |
DeveloperDefinedContext
: TMap< FString, FString > |
This field is intended to allow developers to pass custom metadata through the report flow. The metadata passed through is included with the report received by the developer.
Signature
TMap<FString, FString> FOvrAdvancedAbuseReportOptions::DeveloperDefinedContext |
ObjectType
: FString |
If EOvrAbuseReportType is EOvrAbuseReportType::Object, a string representing the type of content being reported. This should correspond to the object_type string used in the UI.
Signature
FString FOvrAdvancedAbuseReportOptions::ObjectType |
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 FOvrAdvancedAbuseReportOptions::ReportType |
SuggestedUsers
: TArray< FOvrId > |
Provide a list of users to suggest for reporting. This list should include users that the reporter has recently interacted with to aid them in selecting the right user to report.
Signature
TArray<FOvrId> FOvrAdvancedAbuseReportOptions::SuggestedUsers |