UCloudStorageBase::ReadKeyValue

Initiate reading a key/value pair from cloud storage.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/CloudStorageBase.h

Include

#include "Engine/CloudStorageBase.h"

Source

/Engine/Source/Runtime/Engine/Private/ScriptPlatformInterface.cpp

Syntax

virtual bool ReadKeyValue
(
    const FString & KeyName,
    EPlatformInterfaceDataType Type,
    class UObject * SerializedObj
)

Remarks

Initiate reading a key/value pair from cloud storage. A CSD_KeyValueReadComplete. delegate will be called when it completes (if this function returns true).

Returns

true on success, false otherwise.

Parameters

Parameter

Description

KeyName

String name of the key to retrieve.

Type

Type of data to retrieve .

SerializedObj

If you are reading an object (PIDT_Object), it will de-serialize the binary blob into this object.

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