Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UCloudStorageBase
Description
Writes a document that has been already "saved" using the SaveDocumentWith* functions. A CSD_DocumentWriteComplete delegate will be called (if this function returns true).
| Name | WriteCloudDocument |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/CloudStorageBase.h |
| Include Path | #include "Engine/CloudStorageBase.h" |
| Source | /Engine/Source/Runtime/Engine/Private/ScriptPlatformInterface.cpp |
virtual bool WriteCloudDocument
(
int32 Index
)
Parameters
| Name | Remarks |
|---|---|
| Index | index of the document to read. |
| True | if successful. |