IConcertServer::DestroySession

Destroy a live or archived Concert server session.

Windows
MacOS
Linux

References

Module

Concert

Header

/Engine/Plugins/Developer/Concert/ConcertMain/Source/Concert/Public/IConcertServer.h

Include

#include "IConcertServer.h"

Syntax

bool DestroySession
(
    const FGuid & SessionId,
    FText & OutFailureReason
)

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.

Returns

true if the session was found and destroyed

Parameters

Parameter

Description

SessionId

The name of the session to destroy

OutFailureReason

The reason the operation fails if the function returns false, undefined otherwise.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss