Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UCloudStorageBase
Description
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.
| Name | ParseDocumentAsString |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/CloudStorageBase.h |
| Include Path | #include "Engine/CloudStorageBase.h" |
| Source | /Engine/Source/Runtime/Engine/Private/ScriptPlatformInterface.cpp |
virtual FString ParseDocumentAsString
(
int32 Index,
bool bIsForConflict
)
The document as a string. It will be empty if anything went wrong.
Parameters
| Name | Remarks |
|---|---|
| Index | index of the document to read |