Navigation
Unreal Engine C++ API Reference > Plugins > ConcertSyncCore > FConcertDataStore_StoreValue
Syntax
UPROPERTY&40;VisibleAnywhere, Category&61;"Concert Data Store Value"&41;
uint32 Version
Remarks
The value version number set by the server. Starting at 1 when a key/value pair is inserted, incremented by one every time it is exchanged. As an optimization in the implementation, the client may substitute, when possible, the expected value by its expected version during a CompareExchange operation if the value is large.