FConcertDataStore_CompareExchangeRequest

The request passed from the client to the server to compare and exchange a stored value.

Windows
MacOS
Linux

Inheritance Hierarchy

FConcertDataStore_Request

FConcertDataStore_CompareExchangeRequest

References

Module

ConcertSyncCore

Header

/Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncCore/Source/ConcertSyncCore/Public/ConcertDataStoreMessages.h

Include

#include "ConcertDataStoreMessages.h"

Syntax

[USTRUCT](Programming/UnrealArchitecture/Reference/Structs)()
struct FConcertDataStore_CompareExchangeRequest : public FConcertDataStore_Request

Remarks

The request passed from the client to the server to compare and exchange a stored value. The end user should not use this structure directly, but use the IConcertClientDataStore::CompareExchange() API instead. The response type for this request is a FConcertDataStore_Response.

Variables

Name Description

Public variable UProperty Category visibleanywhere

FConcertSession...

 

Desired

The desired value to store.

Public variable UProperty Category visibleanywhere

FConcertSession...

 

Expected

The expected value if 'ExpectedVersion' is zero.

Public variable UProperty Category visibleanywhere

uint32

 

ExpectedVersion

The expected version of the value.

See Also

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