Navigation
API > API/Plugins > API/Plugins/Concert > API/Plugins/Concert/IConcertServerEventSink
Description
Called before the session is destroyed (and before Shutdown is called on it).
Destroyed in this case means that the resources for the session should be closed/freed, but not that persistent data should be deleted from disk.
| Name | OnLiveSessionDestroyed |
| Type | function |
| Header File | /Engine/Plugins/Developer/Concert/ConcertMain/Source/Concert/Public/IConcertServerEventSink.h |
| Include Path | #include "IConcertServerEventSink.h" |
void OnLiveSessionDestroyed
(
const IConcertServer & InServer,
TSharedRef < IConcertServerSession > InLiveSession
)