Navigation
API > API/Plugins > API/Plugins/ConcertSyncCore > API/Plugins/ConcertSyncCore/FConcertDataStore_Response
Syntax
UPROPERTY&40;VisibleAnywhere, Category&61;"Concert Data Store Message"&41;
FConcertDataStore_StoreValue Value
Remarks
Contains the stored value if the ResponseCode == EConcertDataStoreResultCode::Fetched, otherwise, it is left empty. The server doesn't sent back the stored value when the client successfully stores it. The client is expected to keep the value it sent.
See Also
TConcertDataStoreResult::GetValue() to deserialize the payload.