UCloudStorageBase::ParseDocumentAsBytes

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

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 void ParseDocumentAsBytes
(
    int32 Index,
    TArray< uint8 > & ByteData,
    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.

Parameters

Parameter

Description

Index

index of the document to read.

ByteData

The array of bytes to be filled out. It will be empty if anything went wrong.

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