Navigation
API > API/Plugins > API/Plugins/OnlineServicesEOSGS
| Name | FPlayerReportsEOSGS |
| Type | class |
| Header File | /Engine/Plugins/Online/OnlineServicesEOSGS/Source/Public/Online/PlayerReportsEOSGS.h |
| Include Path | #include "Online/PlayerReportsEOSGS.h" |
Syntax
class FPlayerReportsEOSGS : public UE::Online::TOnlineComponent< IPlayerReports >
Inheritance Hierarchy
- ComponentType → TOnlineComponent → FPlayerReportsEOSGS
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FPlayerReportsEOSGS
(
FOnlineServicesEOSGS& InOwningSubsystem |
Online/PlayerReportsEOSGS.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FPlayerReportsEOSGS() |
Online/PlayerReportsEOSGS.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Super | TOnlineComponent< IPlayerReports > | Online/PlayerReportsEOSGS.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| PlayerReportsHandle | EOS_HReports | Online/PlayerReportsEOSGS.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TOnlineAsyncOpHandle< FSendPlayerReport > SendPlayerReport
(
FSendPlayerReport::Params&& Params |
IPlayerReports | Online/PlayerReportsEOSGS.h |
Overridden from TOnlineComponent
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void RegisterCommands() |
Online/PlayerReportsEOSGS.h |
Overridden from IOnlineComponent
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Initialize() |
IOnlineComponent. | Online/PlayerReportsEOSGS.h |