FConcertDataStore_Response

The response to a [FConcertDataStore_FetchOrAddRequest](API\Plugins\ConcertSyncCore\FConcertDataStore_FetchOrAddRequ-) or [FConcertDataStore_CompareExchangeRequest](API\Plugins\ConcertSyncCore\FConcertDataStore_CompareExchang-) requests, sent from the server to the client.

Windows
MacOS
Linux

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_Response

Remarks

The response to a FConcertDataStore_FetchOrAddRequest or FConcertDataStore_CompareExchangeRequest requests, sent from the server to the client.

Variables

Name Description

Public variable UProperty Category visibleanywhere

EConcertDataSto...

 

ResultCode

The result code to the request. Possible values depends on the request.

Public variable UProperty Category visibleanywhere

FConcertDataSto...

 

Value

Contains the stored value if the ResponseCode == EConcertDataStoreResultCode::Fetched, otherwise, it is left empty.

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