Navigation
Unreal Engine C++ API Reference > 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 EnumerateEndpointIds
&40;
TFunctionRef< bool(FGuid)> InCallback
&41; const
Remarks
Enumerate all the endpoint IDs in this database. True if the endpoint IDs were enumerated without error, false otherwise.
Parameters
Name | Description |
---|---|
InCallback | Callback invoked for each endpoint ID; return true to continue enumeration, or false to stop. |