Navigation
API > API/Plugins > API/Plugins/Concert > API/Plugins/Concert/IConcertServerEventSink
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool ArchiveSession
(
const IConcertServer& InServer, |
Called to migrate the data for a live session into an archived session. | IConcertServerEventSink.h | |
bool ArchiveSession
(
const IConcertServer& InServer, |
Called to migrate the data of an offline live session into and offline archived session. | IConcertServerEventSink.h |
ArchiveSession(const IConcertServer &, TSharedRef< IConcertServerSession >, const FString &, const FConcertSessionInfo &, const FConcertSessionFilter &)
Description
Called to migrate the data for a live session into an archived session.
OnArchivedSessionCreated will be called if this archive was successful.
| Name | ArchiveSession |
| Type | function |
| Header File | /Engine/Plugins/Developer/Concert/ConcertMain/Source/Concert/Public/IConcertServerEventSink.h |
| Include Path | #include "IConcertServerEventSink.h" |
bool ArchiveSession
(
const IConcertServer & InServer,
TSharedRef < IConcertServerSession > InLiveSession,
const FString & InArchivedSessionRoot,
const FConcertSessionInfo & InArchivedSessionInfo,
const FConcertSessionFilter & InSessionFilter
)
ArchiveSession(const IConcertServer &, const FString &, const FString &, const FConcertSessionInfo &, const FConcertSessionFilter &)
Description
Called to migrate the data of an offline live session into and offline archived session.
This function is use at boot time to auto-archive session that were not archived at shutdown because the server crashed or was killed.
| Name | ArchiveSession |
| Type | function |
| Header File | /Engine/Plugins/Developer/Concert/ConcertMain/Source/Concert/Public/IConcertServerEventSink.h |
| Include Path | #include "IConcertServerEventSink.h" |
bool ArchiveSession
(
const IConcertServer & InServer,
const FString & InLiveSessionWorkingDir,
const FString & InArchivedSessionRoot,
const FConcertSessionInfo & InArchivedSessionInfo,
const FConcertSessionFilter & InSessionFilter
)