Navigation
API > API/Plugins > API/Plugins/Concert
Inheritance Hierarchy
- IConcertSession
- IConcertServerSession
References
| Module | Concert |
| Header | /Engine/Plugins/Developer/Concert/ConcertMain/Source/Concert/Public/IConcertSession.h |
| Include | #include "IConcertSession.h" |
Syntax
class IConcertServerSession : public IConcertSession
Remarks
Interface for Concert server sessions
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| FMessageAddress | GetClientAddress
(
const FGuid& ClientEndpointId |
Gets the client's address used by the messaging system. Can be fed into | |
| FOnConcertMessageAcknowledgementReceivedFromLocalEndpoint & | Callback when a session message is acknowledged | ||
| FOnConcertServerSessionClientChanged & | Callback when a session client state changes | ||
| FOnConcertServerSessionTick & | OnTick () |
Callback when a server session gets ticked | |
| void | Rename the session. |