Navigation
API > API/Plugins > API/Plugins/ConcertSyncCore > API/Plugins/ConcertSyncCore/FConcertSyncSessionDatabase
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 |
bool GetEndpoint
&40;
const FGuid & InEndpointId,
FConcertSyncEndpointData & OutEndpointData
&41; const
Remarks
Get an endpoint from this database. True if the endpoint was found, false otherwise.
Parameters
| Name | Description |
|---|---|
| InEndpointId | The ID of the endpoint to find. |
| OutEndpointData | The endpoint data to populate with the result. |