UCloudStorageBase::WriteKeyValue

Write a key/value pair to the cloud.

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 WriteKeyValue
(
    const FString & KeyName,
    const FPlatformInterfaceData & Value
)

Remarks

Write a key/value pair to the cloud. A CSD_KeyValueWriteComplete. 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 write.

Value

The type and value to write.

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