Navigation
Unreal Engine C++ API Reference > Plugins > HTTPChunkInstaller > ICloudTitleFile
- ICloudTitleFile::ReadFile()
- FLocalTitleFile::ReadFile()
References
Module | HTTPChunkInstaller |
Header | /Engine/Plugins/Runtime/HTTPChunkInstaller/Source/Public/CloudTitleFileInterface.h |
Include | #include "CloudTitleFileInterface.h" |
bool ReadFile
&40;
const FString & FileName
&41;
Remarks
Starts an asynchronous read of the specified file from the network platform's file store true if the calls starts successfully, false otherwise
Parameters
Name | Description |
---|---|
FileToRead | the name of the file to read |