IConcertClientDataStore::InternalCompareExchange

Compares and exchanges a key value from the store.

Windows
MacOS
Linux

References

Module

ConcertSyncClient

Header

/Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncClient/Source/ConcertSyncClient/Public/IConcertClientDataStore.h

Include

#include "IConcertClientDataStore.h"

Syntax

TFuture< FConcertDataStoreResult > InternalCompareExchange
(
    const FName & Key,
    const UScriptStruct * Type,
    const FName & TypeName,
    const void * Expected,
    const void * Desired
)

Remarks

Compares and exchanges a key value from the store.

Parameters

Parameter

Description

Key

The value name.

Type

The value type.

TypeName

The value type name as returned by TConcertDataStoreType::GetFName().

Expected

The USTRUCT structure pointer containing the expected value.

Desired

The USTRUCT structure pointer containing the desired 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