IConcertServerEventSink::GetSessionActivities

Called to get the activities for an archived or a live session without being connected to it.

Windows
MacOS
Linux

References

Module

Concert

Header

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

Include

#include "IConcertServerEventSink.h"

Syntax

bool GetSessionActivities
(
    const IConcertServer & InServer,
    const FGuid & SessionId,
    int64 FromActivityId,
    int64 ActivityCount,
    TArray< FConcertSessionSerializedPayload > & OutActivities,
    TMap< FGuid, FConcertClientInfo > & OutEndpointClientInfoMap,
    bool bIncludeDetails
)

Remarks

Called to get the activities for an archived or a live session without being connected to it. @note If ActivityCount is negative, the function returns the last activities (the tail) from Max(1, TotalActivityCount + ActivityCount + 1)

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