Navigation
API > API/Plugins > API/Plugins/OnlineServicesEOSGS > API/Plugins/OnlineServicesEOSGS/FSendPlayerReport
| Name | Params |
| Type | struct |
| Header File | /Engine/Plugins/Online/OnlineServicesEOSGS/Source/Public/Online/OnlineServicesEOSGSInterfaces/PlayerReports.h |
| Include Path | #include "Online/OnlineServicesEOSGSInterfaces/PlayerReports.h" |
Syntax
struct Params
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Category | EPlayerReportCategory | Required - The category of the player | Online/OnlineServicesEOSGSInterfaces/PlayerReports.h | |
| Context | FString | Optional - Context information around the issue being reported the game can send. | Online/OnlineServicesEOSGSInterfaces/PlayerReports.h | |
| LocalAccountId | FAccountId | Required - Local user performing the operation | Online/OnlineServicesEOSGSInterfaces/PlayerReports.h | |
| Message | FString | Optional - Message from the player describing the issue being reported | Online/OnlineServicesEOSGSInterfaces/PlayerReports.h | |
| TargetAccountId | FAccountId | Required - Target user of the player report | Online/OnlineServicesEOSGSInterfaces/PlayerReports.h |