Navigation
API > API/Plugins > API/Plugins/HTTPChunkInstaller
Inheritance Hierarchy
- ICloudTitleFile
- FLocalTitleFile
References
| Module | HTTPChunkInstaller |
| Header | /Engine/Plugins/Runtime/HTTPChunkInstaller/Source/Public/LocalTitleFile.h |
| Include | #include "LocalTitleFile.h" |
Syntax
class FLocalTitleFile : public ICloudTitleFile
Constructors
| Type | Name | Description | |
|---|---|---|---|
FLocalTitleFile
(
const FString& InRootDirectory |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FString | GetFileNameFromDLName
(
const FString& DLName |
Overridden from ICloudTitleFile
| Type | Name | Description | |
|---|---|---|---|
| bool | Empties the cached data for this file if it is not being downloaded currently | ||
| bool | ClearFiles () |
Empties the set of downloaded files if possible (no async tasks outstanding) | |
| void | DeleteCachedFiles
(
bool bSkipEnumerated |
Delete cached files on disk | |
| bool | EnumerateFiles
(
const FCloudPagedQuery& Page |
Requests a list of available files from the network store | |
| bool | GetFileContents
(
const FString& FileName, |
Copies the file data into the specified buffer for the specified file | |
| void | GetFileList
(
TArray< FCloudHeader >& Files |
Returns the list of files that was returned by the network store | |
| bool | Starts an asynchronous read of the specified file from the network platform's file store |