UCloudStorageBase::SaveDocumentWithObject

Prepare a document for writing to the cloud with an object 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 SaveDocumentWithObject
(
    int32 Index,
    class UObject * ObjectData,
    int32 SaveVersion
)

Remarks

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

Parameters

Parameter

Description

Index

index of the document to save.

ObjectData

The object to serialize to bytes and put into the document.

true

on success, false otherwise.

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