UCloudStorageBase::SaveDocumentWithBytes

Prepare a document for writing to the cloud with an array of bytes as input data.

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 SaveDocumentWithBytes
(
    int32 Index,
    const TArray< uint8 > & ByteData
)

Remarks

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

Parameters

Parameter

Description

Index

index of the document to save.

ByteData

The array of generic bytes 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