Navigation
API > API/Plugins > API/Plugins/OnlineServicesEOSGS
| Name | FPlayerSanctionsEOSGS |
| Type | class |
| Header File | /Engine/Plugins/Online/OnlineServicesEOSGS/Source/Public/Online/PlayerSanctionsEOSGS.h |
| Include Path | #include "Online/PlayerSanctionsEOSGS.h" |
Syntax
class FPlayerSanctionsEOSGS : public UE::Online::TOnlineComponent< IPlayerSanctions >
Inheritance Hierarchy
- ComponentType → TOnlineComponent → FPlayerSanctionsEOSGS
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FPlayerSanctionsEOSGS
(
FOnlineServicesEOSGS& InOwningSubsystem |
Online/PlayerSanctionsEOSGS.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FPlayerSanctionsEOSGS() |
Online/PlayerSanctionsEOSGS.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Super | TOnlineComponent< IPlayerSanctions > | Online/PlayerSanctionsEOSGS.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| PlayerSanctionsHandle | EOS_HSanctions | Online/PlayerSanctionsEOSGS.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TOnlineAsyncOpHandle< FCreatePlayerSanctionAppeal > CreatePlayerSanctionAppeal
(
FCreatePlayerSanctionAppeal::Params&& Params |
IPlayerSanctions. | Online/PlayerSanctionsEOSGS.h | |
virtual TOnlineAsyncOpHandle< FReadActivePlayerSanctions > ReadEntriesForUser
(
FReadActivePlayerSanctions::Params&& Params |
Online/PlayerSanctionsEOSGS.h |
Overridden from TOnlineComponent
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void RegisterCommands() |
Online/PlayerSanctionsEOSGS.h |
Overridden from IOnlineComponent
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Initialize() |
IOnlineComponent. | Online/PlayerSanctionsEOSGS.h |