UCloudStorageBase::SaveDocumentWithString

Prepare a document for writing to the cloud with a string as input data. This is synchronous.

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 SaveDocumentWithString
(
    int32 Index,
    const FString & StringData
)

Remarks

Prepare a document for writing to the cloud with a string as input data. This is synchronous.

Parameters

Parameter

Description

Index

index of the document to save.

StringData

The data to put into the document.

True

if successful

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