UCloudStorageBase::WriteCloudDocument

Writes a document that has been already "saved" using the SaveDocumentWith* functions.

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 WriteCloudDocument
(
    int32 Index
)

Remarks

Writes a document that has been already "saved" using the SaveDocumentWith* functions. A CSD_DocumentWriteComplete delegate will be called (if this function returns true).

Parameters

Parameter

Description

Index

index of the document to read.

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