IConcertServerEventSink::OnArchivedSessionCreated

Called after the session has been created.

Windows
MacOS
Linux

References

Module

Concert

Header

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

Include

#include "IConcertServerEventSink.h"

Syntax

bool OnArchivedSessionCreated
(
    const IConcertServer & InServer,
    const FString & InArchivedSessionRoot,
    const FConcertSessionInfo & InArchivedSessionInfo
)

Remarks

Called after the session has been created. @note This function is called for both newly created sessions and after recovering an archived session during server start-up.

Returns

true if the session creation could be completed without error, false otherwise (ex if the database fails to open).

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