Version

The value version number set by the server.

Windows
MacOS
Linux

Syntax

[UPROPERTY](Programming/UnrealArchitecture/Reference/Properties)(VisibleAnywhere, Category="Concert Data Store Value")
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.

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