IConcertServerEventSink::OnLiveSessionDestroyed

Called before the session is destroyed (and before Shutdown is 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

void OnLiveSessionDestroyed
(
    const IConcertServer & InServer,
    TSharedRef< IConcertServerSession > InLiveSession
)

Remarks

Called before the session is destroyed (and before Shutdown is called on it). @note Destroyed in this case means that the resources for the session should be closed/freed, but not that persistent data should be deleted from disk.

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