IConcertClientDataStore::FetchAs

Looks up the specified key, if found and types match, fetches the corresponding value.

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< TConcertDataStoreResult< T > > FetchAs
(
    const FName & Key
) const

Remarks

Looks up the specified key, if found and types match, fetches the corresponding value. If the key is not found or the requested types doesn't match the stored type, the operation fails.

Returns

The operation result, as a future. The result code can be:

Parameters

Parameter

Description

T

Any USTRUCT() struct or a supported basic types (int8, uint8, int16, uint16, int32, uint32, int64, uint64, float, double, bool, FName, FText, FString).

Key

The value name to lookup.

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