Navigation
API > API/Plugins > API/Plugins/OnlineSubsystemEOS > API/Plugins/OnlineSubsystemEOS/IOnlinePlayerReportEOS
Struct for player report data
| Name | FSendPlayerReportSettings |
| Type | struct |
| Header File | /Engine/Plugins/Online/OnlineSubsystemEOS/Source/OnlineSubsystemEOS/Public/Interfaces/OnlinePlayerReportEOSInterface.h |
| Include Path | #include "Interfaces/OnlinePlayerReportEOSInterface.h" |
Syntax
struct FSendPlayerReportSettings
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Category | EPlayerReportCategory | Required - The category of the player | Interfaces/OnlinePlayerReportEOSInterface.h | |
| Context | FString | Optional - Context information around the issue being reported the game can send. | Interfaces/OnlinePlayerReportEOSInterface.h | |
| Message | FString | Optional - Message from the player descripting the issue being reported | Interfaces/OnlinePlayerReportEOSInterface.h |