Navigation
API > API/Plugins > API/Plugins/Concert > API/Plugins/Concert/IConcertServerEventSink
References
| Module | Concert |
| Header | /Engine/Plugins/Developer/Concert/ConcertMain/Source/Concert/Public/IConcertServerEventSink.h |
| Include | #include "IConcertServerEventSink.h" |
void OnArchivedSessionDestroyed
(
const IConcertServer & InServer,
const FGuid & InArchivedSessionId
)
Remarks
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.