Navigation
API > API/Plugins > API/Plugins/ConcertSyncCore
The request passed from the client to the server to fetch or add a key/value pair from/in the data store. The end user should not use this structure directly, but use the IConcertClientDataStore::FetchOrAdd() API instead. The response type for this request is FConcertDataStore_Response.
| Name | FConcertDataStore_FetchOrAddRequest |
| Type | struct |
| Header File | /Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncCore/Source/ConcertSyncCore/Public/ConcertDataStoreMessages.h |
| Include Path | #include "ConcertDataStoreMessages.h" |
Syntax
USTRUCT ()
struct FConcertDataStore_FetchOrAddRequest : public FConcertDataStore_Request
Inheritance Hierarchy
- FConcertDataStore_Request → FConcertDataStore_FetchOrAddRequest
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| SerializedValue | FConcertSessionSerializedPayload | The property value to add if it doesn't already exist, in its serialized form. | ConcertDataStoreMessages.h |
|
See Also
- IConcertClientDataStore::FetchOrAdd() methods.