IConcertServerEventSink::OnLiveSessionCreated

Called after the session has been created (and before Startup has been called on it).

Windows
MacOS
Linux

References

Module

Concert

Header

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

Include

#include "IConcertServerEventSink.h"

Syntax

bool OnLiveSessionCreated
(
    const IConcertServer & InServer,
    TSharedRef< IConcertServerSession > InLiveSession
)

Remarks

Called after the session has been created (and before Startup has been called on it). @note This function is called for both newly created sessions and after recovering a live 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