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