IConcertClientDataStore::InternalFetchOrAdd

Fetches or adds a key/value in 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 > InternalFetchOrAdd
(
    const FName & Key,
    const UScriptStruct * Type,
    const FName & TypeName,
    const void * Payload
)

Remarks

Fetches or adds a key/value in the store.

Parameters

Parameter

Description

Key

The value name.

Type

The value type.

TypeName

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

Payload

The USTRUCT structure pointer.

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