IConcertClientDataStore::InternalCompareExchange

Windows
MacOS
Linux

References

Module

ConcertSyncClient

Header

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

Include

#include "IConcertClientDataStore.h"

Syntax

template<typename T>
TFuture< FConcertDataStoreResult > InternalCompareExchange
(
    const FName & Key,
    const typename TConcertDataStoreType< T >::StructType & Expected,
    const typename TConcertDataStoreType< T >::StructType & Desired
)

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