Navigation
API > API/Plugins > API/Plugins/Concert > API/Plugins/Concert/IConcertServerEventSink
Description
Called before the session is destroyed.
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 | OnArchivedSessionDestroyed |
| Type | function |
| Header File | /Engine/Plugins/Developer/Concert/ConcertMain/Source/Concert/Public/IConcertServerEventSink.h |
| Include Path | #include "IConcertServerEventSink.h" |
void OnArchivedSessionDestroyed
(
const IConcertServer & InServer,
const FGuid & InArchivedSessionId
)