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