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" |
bool DestroySession
&40;
const FGuid & SessionId,
FText & OutFailureReason
&41;
Remarks
Destroy a live or archived Concert server session. The server automatically detects if the specified session Id is a live or an archived session. true if the session was found and destroyed
Parameters
| Name | Description |
|---|---|
| SessionId | The name of the session to destroy |
| OutFailureReason | The reason the operation fails if the function returns false, undefined otherwise. |