Navigation
API > API/Plugins > API/Plugins/ConcertSyncCore
References
Module | ConcertSyncCore |
Header | /Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncCore/Source/ConcertSyncCore/Public/ConcertDataStoreMessages.h |
Include | #include "ConcertDataStoreMessages.h" |
Syntax
USTRUCT&40;&41;
struct FConcertDataStore_Response
Remarks
The response to a FConcertDataStore_FetchOrAddRequest or FConcertDataStore_CompareExchangeRequest requests, sent from the server to the client.
Variables
Type | Name | Description | |
---|---|---|---|
![]() ![]() ![]() ![]() |
EConcertDataStoreResultCode | ResultCode | The result code to the request. Possible values depends on the request. |
![]() ![]() ![]() ![]() |
FConcertDataStore_StoreValue | Value | Contains the stored value if the ResponseCode == EConcertDataStoreResultCode::Fetched, otherwise, it is left empty. |