IConcertServerEventSink::OnArchivedSessionDestroyed

Called before the session is destroyed.

Windows
MacOS
Linux

References

Module

Concert

Header

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

Include

#include "IConcertServerEventSink.h"

Syntax

void OnArchivedSessionDestroyed
(
    const IConcertServer & InServer,
    const FGuid & InArchivedSessionId
)

Remarks

Called before the session is destroyed. @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