FConcertSyncSessionDatabase::SetConnectionActivity

Set a connection activity in this database, creating or replacing it.

Windows
MacOS
Linux

References

Module

ConcertSyncCore

Header

/Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncCore/Source/ConcertSyncCore/Public/ConcertSyncSessionDatabase.h

Include

#include "ConcertSyncSessionDatabase.h"

Source

/Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncCore/Source/ConcertSyncCore/Private/ConcertSyncSessionDatabase.cpp

Syntax

bool SetConnectionActivity
(
    const FConcertSyncConnectionActivity & InConnectionActivity
)

Remarks

Set a connection activity in this database, creating or replacing it. @note The endpoint ID referenced by the activity must exist in the database (

Returns

True if the connection activity was set, false otherwise.

Parameters

Parameter

Description

InConnectionActivity

The connection activity to set.

See Also

SetEndpoint). @note This function is expected to be called on the client to populate its version of the session database from data synced from the server.

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