Navigation
Unreal Engine C++ API Reference > Plugins > HTTPChunkInstaller > ICloudTitleFile
- ICloudTitleFile::GetFileContents()
- FLocalTitleFile::GetFileContents()
References
Module | HTTPChunkInstaller |
Header | /Engine/Plugins/Runtime/HTTPChunkInstaller/Source/Public/CloudTitleFileInterface.h |
Include | #include "CloudTitleFileInterface.h" |
bool GetFileContents
&40;
const FString & FileName,
TArray< uint8 > & FileContents
&41;
Remarks
Copies the file data into the specified buffer for the specified file true if the data was copied, false otherwise
Parameters
Name | Description |
---|---|
FileName | the name of the file to read |
FileContents | the out buffer to copy the data into |