Navigation
API > API/Plugins > API/Plugins/OnlineSubsystemEOS
Public Interface for interacting with EOS player reports
| Name | IOnlinePlayerReportEOS |
| Type | class |
| Header File | /Engine/Plugins/Online/OnlineSubsystemEOS/Source/OnlineSubsystemEOS/Public/Interfaces/OnlinePlayerReportEOSInterface.h |
| Include Path | #include "Interfaces/OnlinePlayerReportEOSInterface.h" |
Syntax
class IOnlinePlayerReportEOS
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IOnlinePlayerReportEOS() |
Interfaces/OnlinePlayerReportEOSInterface.h |
Structs
| Name | Remarks |
|---|---|
| FSendPlayerReportSettings | Struct for player report data |
Enums
Public
| Name | Remarks |
|---|---|
| EPlayerReportCategory | Enum to set the category on the player report |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SendPlayerReport
(
const FUniqueNetId& LocalUserId, |
Send a player report for a player cheating, misconduct, etc... | Interfaces/OnlinePlayerReportEOSInterface.h |