UCloudStorageBase::ReadCloudDocument

Reads a document into memory (or whatever is needed so that the ParseDocumentAs* functions operate synchronously without stalling the game).

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 ReadCloudDocument
(
    int32 Index,
    bool bIsForConflict
)

Remarks

Reads a document into memory (or whatever is needed so that the ParseDocumentAs* functions operate synchronously without stalling the game). A CSD_DocumentReadComplete 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