FConcertDataStore_FetchOrAddRequest

The request passed from the client to the server to fetch or add a key/value pair from/in the data store.

Windows
MacOS
Linux

Inheritance Hierarchy

FConcertDataStore_Request

FConcertDataStore_FetchOrAddRequest

References

Module

ConcertSyncCore

Header

/Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncCore/Source/ConcertSyncCore/Public/ConcertDataStoreMessages.h

Include

#include "ConcertDataStoreMessages.h"

Syntax

[USTRUCT](Programming/UnrealArchitecture/Reference/Structs)()
struct FConcertDataStore_FetchOrAddRequest : public FConcertDataStore_Request

Remarks

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.

Variables

Name Description

Public variable UProperty Category visibleanywhere

FConcertSession...

 

SerializedValue

The property value to add if it doesn't already exist, in its serialized form.

See Also

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss