Navigation
API > API/Plugins > API/Plugins/ConcertServer > API/Plugins/ConcertServer/IConcertServer
References
| Module | ConcertServer |
| Header | /Engine/Plugins/Developer/Concert/ConcertMain/Source/ConcertServer/Public/IConcertServer.h |
| Include | #include "IConcertServer.h" |
FGuid ArchiveSession
&40;
const FGuid & SessionId,
const FString & ArchiveNameOverride,
const FConcertSessionFilter & SessionFilter,
FText & OutFailureReason,
FGuid ArchiveSessionIdOverride
&41;
Remarks
Archive a Concert session on the server. The ID of the archived session on success, or an invalid GUID otherwise.
Parameters
| Name | Description |
|---|---|
| SessionId | The ID of the session to archive |
| ArchiveNameOverride | The name override to give to the archived session. |
| SessionFilter | The filter controlling which activities from the session should be archived. |
| OutFailureReason | The reason the operation fails if the function returns false, undefined otherwise. |
| ArchiveSessionIdOverride | The ID the archived session is supposed to have |