Navigation
API > API/Plugins > API/Plugins/OnlineSubsystemEOS > API/Plugins/OnlineSubsystemEOS/IOnlinePlayerSanctionEOS
Struct for player sanctions
| Name | FOnlinePlayerSanction |
| Type | struct |
| Header File | /Engine/Plugins/Online/OnlineSubsystemEOS/Source/OnlineSubsystemEOS/Public/Interfaces/OnlinePlayerSanctionEOSInterface.h |
| Include Path | #include "Interfaces/OnlinePlayerSanctionEOSInterface.h" |
Syntax
struct FOnlinePlayerSanction
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Action | FString | The action associated with this sanction | Interfaces/OnlinePlayerSanctionEOSInterface.h | |
| ReferenceId | FString | The sanction id for the sanction that is being appealed. This needs to be set | Interfaces/OnlinePlayerSanctionEOSInterface.h | |
| TimeExpires | int64_t | The time the sanction expires | Interfaces/OnlinePlayerSanctionEOSInterface.h | |
| TimePlaced | int64_t | The time the sanction was placed | Interfaces/OnlinePlayerSanctionEOSInterface.h |