UCloudStorageBase::ParseDocumentAsString

Once a document has been read in, use this to return a string representing the entire document.

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

Remarks

Once a document has been read in, use this to return a string representing the entire document. This should only be used if SaveDocumentWithString was used to generate the document.

Returns

The document as a string. It will be empty if anything went wrong.

Parameters

Parameter

Description

Index

index of the document to read

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