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 | ParseDocumentAsBytes |
| 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 void ParseDocumentAsBytes
(
int32 Index,
TArray < uint8 > & ByteData,
bool bIsForConflict
)
Parameters
| Name | Remarks |
|---|---|
| Index | index of the document to read. |
| ByteData | The array of bytes to be filled out. It will be empty if anything went wrong. |