IConcertServerEventSink::CopySession

Called to copy the data of a live session into another live session.

Windows
MacOS
Linux

References

Module

Concert

Header

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

Include

#include "IConcertServerEventSink.h"

Syntax

bool CopySession
(
    const IConcertServer & InServer,
    TSharedRef< IConcertServerSession > InLiveSession,
    const FString & NewSessionRoot,
    const FConcertSessionFilter & InSessionFilter
)

Remarks

Called to copy the data of a live session into another live session.

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