Navigation
API > API/Plugins > API/Plugins/ConcertServer > API/Plugins/ConcertServer/IConcertServer
Description
Destroy a live or archived Concert server session. The server automatically detects if the specified session Id is a live or an archived session.
| Name | DestroySession |
| Type | function |
| Header File | /Engine/Plugins/Developer/Concert/ConcertMain/Source/ConcertServer/Public/IConcertServer.h |
| Include Path | #include "IConcertServer.h" |
bool DestroySession
(
const FGuid & SessionId,
FText & OutFailureReason
)
true if the session was found and destroyed
Parameters
| Name | Remarks |
|---|---|
| SessionId | The name of the session to destroy |
| OutFailureReason | The reason the operation fails if the function returns false, undefined otherwise. |