IOnlineEvents

[IOnlineEvents](API\Plugins\OnlineSubsystem\Interfaces\IOnlineEvents) - Interface class for events

Windows
MacOS
Linux

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

Name Description

Public function

void

 

SetPlayerSessionId

(
    const FUniqueNetId& PlayerId,
    const FGuid& PlayerSessionId
)

Quick way to send a valid PlayerSessionId with every event, required for Xbox One

Public function

bool

 

TriggerEvent

(
    const FUniqueNetId& PlayerId,
    const TCHAR* EventName,
    const FOnlineEventParms& Parms
)

Trigger an event by name

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss