Navigation
API > API/Plugins > API/Plugins/ConcertSyncCore
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.
| Name | FConcertDataStore_Request |
| Type | struct |
| Header File | /Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncCore/Source/ConcertSyncCore/Public/ConcertDataStoreMessages.h |
| Include Path | #include "ConcertDataStoreMessages.h" |
Syntax
USTRUCT ()
struct FConcertDataStore_Request
Derived Classes
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Key | FName | The name of the value to add/fetch/compare exchange. | ConcertDataStoreMessages.h |
|
| TypeName | FName | The type name of the value USTRUCT to compare and exchange as returned by TConcertDataStoreType::GetFName(). | ConcertDataStoreMessages.h |
|
See Also
-
IConcertClientDataStore::FetchAs() methods.
-
IConcertClientDataStore::FetchOrAdd() methods.
-
IConcertClientDataStore::CompareExchange() methods.