Navigation
API > API/Plugins > API/Plugins/ConcertSyncCore > API/Plugins/ConcertSyncCore/FConcertDataStore_Response
Syntax
UPROPERTY (VisibleAnywhere, Category="Concert Data Store Message")
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.