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