Navigation
API > API/Plugins > API/Plugins/ConcertSyncClient > API/Plugins/ConcertSyncClient/IConcertClientTransactionBridge
Description
Bind to the transaction system to receive transaction events. In past versions of IConcertClientTransactionBridge, this binding happened automatically. To prevent possible performance impact from handling editor transactions when the bridge is not needed, users now have to indicate when they want to start the bridge which binds to the underlying transaction system.
| Name | StartBridge |
| Type | function |
| Header File | /Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncClient/Source/ConcertSyncClient/Public/IConcertClientTransactionBridge.h |
| Include Path | #include "IConcertClientTransactionBridge.h" |
void StartBridge()