IConcertServer::GetArchivedSessionIdByName

Get the ID of an archived session from its name.

Windows
MacOS
Linux

References

Module

Concert

Header

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

Include

#include "IConcertServer.h"

Syntax

FGuid GetArchivedSessionIdByName
(
    const FString & InName
) const

Remarks

Get the ID of an archived session from its name.

Returns

The ID of the session, or an invalid GUID if it couldn't be found.

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