ICloudTitleFile::ReadFile

Starts an asynchronous read of the specified file from the network platform's file store

Windows
MacOS
Linux

Override Hierarchy

ICloudTitleFile::ReadFile()

FLocalTitleFile::ReadFile()

References

Module

HTTPChunkInstaller

Header

/Engine/Plugins/Runtime/HTTPChunkInstaller/Source/Public/CloudTitleFileInterface.h

Include

#include "CloudTitleFileInterface.h"

Syntax

bool ReadFile
(
    const FString & FileName
)

Remarks

Starts an asynchronous read of the specified file from the network platform's file store

Returns

true if the calls starts successfully, false otherwise

Parameters

Parameter

Description

FileToRead

the name of the file 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