Navigation
API > API/Plugins > API/Plugins/ConcertSyncClient > API/Plugins/ConcertSyncClient/IConcertClientBasePresenceMode
References
| Module | ConcertSyncClient |
| Header | /Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncClient/Source/ConcertSyncClient/Public/IConcertClientPresenceMode.h |
| Include | #include "IConcertClientPresenceMode.h" |
void SendEvents
(
IConcertClientSession & Session
)
Remarks
Send events for this presence mode This will be called by the presence manager during tick.
Parameters
| Name | Description |
|---|---|
| Session | the session to send the mode events on. |