FConcertSyncSessionDatabase::GetEndpoint

Get an endpoint from this database.

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 GetEndpoint
(
    const FGuid & InEndpointId,
    FConcertSyncEndpointData & OutEndpointData
) const

Remarks

Get an endpoint from this database.

Returns

True if the endpoint was found, false otherwise.

Parameters

Parameter

Description

InEndpointId

The ID of the endpoint to find.

OutEndpointData

The endpoint data to populate with the result.

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