Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem
IOnlineEvents - Interface class for events
| Name | IOnlineEvents |
| Type | class |
| Header File | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineEventsInterface.h |
| Include Path | #include "Interfaces/OnlineEventsInterface.h" |
Syntax
class IOnlineEvents
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetPlayerSessionId
(
const FUniqueNetId& PlayerId, |
Quick way to send a valid PlayerSessionId with every event, required for Xbox One | Interfaces/OnlineEventsInterface.h | |
bool TriggerEvent
(
const FUniqueNetId& PlayerId, |
Trigger an event by name | Interfaces/OnlineEventsInterface.h |