Navigation
API > API/Plugins > API/Plugins/ConcertSyncClient > API/Plugins/ConcertSyncClient/IConcertClientDataStore > API/Plugins/ConcertSyncClient/IConcertClientDataStore/InternalCompareExchange
References
| Module | ConcertSyncClient |
| Header | /Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncClient/Source/ConcertSyncClient/Public/IConcertClientDataStore.h |
| Include | #include "IConcertClientDataStore.h" |
TFuture< FConcertDataStoreResult > InternalCompareExchange
&40;
const FName & Key,
const UScriptStruct &42; Type,
const FName & TypeName,
const void &42; Expected,
const void &42; Desired
&41;
Remarks
Compares and exchanges a key value from the store.
Parameters
| Name | Description |
|---|---|
| Key | The value name. |
| Type | The value type. |
| TypeName | The value type name as returned by TConcertDataStoreType |
| Expected | The USTRUCT structure pointer containing the expected value. |
| Desired | The USTRUCT structure pointer containing the desired value. |