Navigation
API > API/Plugins > API/Plugins/ConcertSyncClient > API/Plugins/ConcertSyncClient/IConcertClientDataStore
Description
Fetches a key value from the store.
| Name | InternalFetchAs |
| Type | function |
| Header File | /Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncClient/Source/ConcertSyncClient/Public/IConcertClientDataStore.h |
| Include Path | #include "IConcertClientDataStore.h" |
TFuture < FConcertDataStoreResult > InternalFetchAs
(
const FName & Key,
const UScriptStruct * Type,
const FName & TypeName
) const
Parameters
| Name | Remarks |
|---|---|
| Key | The value name. |
| Type | The value type to read. |
| TypeName | The value type name as returned by TConcertDataStoreType |