Navigation
API > API/Plugins > API/Plugins/ConcertSyncCore
Inheritance Hierarchy
- FConcertDataStore_Request
- FConcertDataStore_CompareExchangeRequest
- FConcertDataStore_FetchOrAddRequest
References
| Module | ConcertSyncCore |
| Header | /Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncCore/Source/ConcertSyncCore/Public/ConcertDataStoreMessages.h |
| Include | #include "ConcertDataStoreMessages.h" |
Syntax
USTRUCT ()
struct FConcertDataStore_Request
Remarks
The request used as the base class for fetch or add and compare exchange requests. The end user should not use this structure directly, but use the FetchOrAdd() or CompareExchange() API instead.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FName | Key | The name of the value to add/fetch/compare exchange. | |
| FName | TypeName | The type name of the value USTRUCT to compare and exchange as returned by TConcertDataStoreType::GetFName(). |
See Also
IConcertClientDataStore::FetchAs() methods.
IConcertClientDataStore::FetchOrAdd() methods.
IConcertClientDataStore::CompareExchange() methods.