IConcertServerEventSink::GetSessionsFromPath

Called to enumerate all the sessions under the given root path and retrieve their session info.

Windows
MacOS
Linux

References

Module

Concert

Header

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

Include

#include "IConcertServerEventSink.h"

Syntax

void GetSessionsFromPath
(
    const IConcertServer & InServer,
    const FString & InPath,
    TArray< FConcertSessionInfo > & OutSessionInfos,
    TArray< FDateTime > * OutSessionCreationTimes
)

Remarks

Called to enumerate all the sessions under the given root path and retrieve their session info.

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