Navigation
API > API/Plugins > API/Plugins/Concert > API/Plugins/Concert/IConcertServerEventSink
Description
Called after the session has been created.
This function is called for both newly created sessions and after recovering an archived session during server start-up.
| Name | OnArchivedSessionCreated |
| Type | function |
| Header File | /Engine/Plugins/Developer/Concert/ConcertMain/Source/Concert/Public/IConcertServerEventSink.h |
| Include Path | #include "IConcertServerEventSink.h" |
bool OnArchivedSessionCreated
(
const IConcertServer & InServer,
const FString & InArchivedSessionRoot,
const FConcertSessionInfo & InArchivedSessionInfo
)
true if the session creation could be completed without error, false otherwise (ex if the database fails to open).