UCloudStorageBase::CreateCloudDocument

Create a new document in the cloud (uninitialized, unsaved, use the Write/Save 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 int32 CreateCloudDocument
(
    const FString & Filename
)

Remarks

Create a new document in the cloud (uninitialized, unsaved, use the Write/Save functions)

Returns

Index of the new document, or -1 on failure.

Parameters

Parameter

Description

Filename

Filename for the cloud document (with any extension you want).

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