Navigation
API > API/Plugins > API/Plugins/ConcertSyncClient > API/Plugins/ConcertSyncClient/IConcertClientTransactionBridge > API/Plugins/ConcertSyncClient/IConcertClientTransactionBridge/ApplyRemoteTrans-
References
| Module | ConcertSyncClient |
| Header | /Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncClient/Source/ConcertSyncClient/Public/IConcertClientTransactionBridge.h |
| Include | #include "IConcertClientTransactionBridge.h" |
void ApplyRemoteTransaction
&40;
const FConcertTransactionEventBase & InEvent,
const FConcertSessionVersionInfo &42; InVersionInfo,
const TArray< FName > & InPackagesToProcess,
const FConcertLocalIdentifierTable &42; InLocalIdentifierTablePtr,
const bool bIsSnapshot,
const class FConcertSyncWorldRemapper & ConcertSyncWorldRemapper
&41;
Remarks
Apply a remote transaction event to this local instance.
Parameters
| Name | Description |
|---|---|
| InEvent | The event to apply. |
| InVersionInfo | The version information for the serialized data in the event, or null if the event should be serialized using the compiled in version info. |
| InPackagesToProcess | The list of packages to apply changes for, or an empty array to apply all changes. |
| InLocalIdentifierTablePtr | The local identifier table for the event data (if any). |
| bIsSnapshot | True if this transaction event was a snapshot rather than a finalized transaction. |
| ConcertSyncWorldRemapper | Remapper to use in the case the current world is different from the one sent in the transation. |