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 OnLiveSessionDestroyed
&40;
const IConcertServer & InServer,
TSharedRef< IConcertServerSession > InLiveSession
&41;
Remarks
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.