FConcertActivityStream::FConcertActivityStream

Construct a input activity stream used to read a Concert session activities from the most recent to the oldest.

Windows
MacOS
Linux

References

Module

ConcertSyncClient

Header

/Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncClient/Source/ConcertSyncClient/Public/ConcertActivityStream.h

Include

#include "ConcertActivityStream.h"

Source

/Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncClient/Source/ConcertSyncClient/Private/ConcertActivityStream.cpp

Syntax

FConcertActivityStream
(
    TWeakPtr< IConcertClient, ESPMode::ThreadSafe > InConcertClient,
    const FGuid & InAdminEndpointId,
    const FGuid & InSessionId,
    bool bInIncludeActivityDetails,
    uint32 InBufferSize
)

Remarks

Construct a input activity stream used to read a Concert session activities from the most recent to the oldest.

Parameters

Parameter

Description

InConcertClient

The client used to request the session to the server.

InAdminEndpointId

The server hosting the session from which the activities should be streamed.

InSessionId

The session ID from which the activity should be streamed.

bInIncludeActivityDetails

Includes extra information to inspect the activity. If true, the FConcertClientSessionActivity::EventPayload field will be set for transaction and package activity.

InBufferSize

The stream buffer cache size. The stream will fill its buffer and stop pulling them from the server until some activities are consumed.

See Also

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