FConcertSyncSessionDatabase::SetEndpoint

Set an endpoint 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 SetEndpoint
(
    const FGuid & InEndpointId,
    const FConcertSyncEndpointData & InEndpointData
)

Remarks

Set an endpoint in this database, creating or replacing it.

Returns

True if the endpoint was set, false otherwise.

Parameters

Parameter

Description

InEndpointId

The ID of the endpoint to set.

InEndpointData

The endpoint data to set.

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