Navigation
API > API/Plugins > API/Plugins/ConcertSyncClient > API/Plugins/ConcertSyncClient/IConcertClientTransactionBridge
Extended information that describes what changed for a single object within a remote transaction
| Name | FRemoteTransactionObjectResult |
| Type | struct |
| Header File | /Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncClient/Source/ConcertSyncClient/Public/IConcertClientTransactionBridge.h |
| Include Path | #include "IConcertClientTransactionBridge.h" |
Syntax
struct FRemoteTransactionObjectResult
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bNewlyCreated | bool | True if the object was created by this remote transaction, or false if it already existed | IConcertClientTransactionBridge.h | |
| ObjectIndex | int32 | Index into the FConcertTransactionEventBase::ExportedObjects array in the remote transaction that was applied to this object | IConcertClientTransactionBridge.h | |
| ObjectPath | FSoftObjectPath | Final path of the object after the given remote transaction was applied to it | IConcertClientTransactionBridge.h |