FConcertDataStore::Fetch

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

Windows
MacOS
Linux

References

Module

ConcertSyncCore

Header

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

Include

#include "ConcertDataStore.h"

Source

/Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncCore/Source/ConcertSyncCore/Private/ConcertDataStore.cpp

Syntax

FConcertDataStoreResult Fetch
(
    const FName & Key,
    const FName & TypeName
) 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 type doesn't match the stored type, the operation fails.

Returns

The operation result. The possible result codes are:

Parameters

Parameter

Description

Key

The value name to lookup.

TypeName

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

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