Navigation
API > API/Plugins > API/Plugins/HTTPChunkInstaller
| Name | ICloudTitleFile |
| Type | class |
| Header File | /Engine/Plugins/Runtime/HTTPChunkInstaller/Source/Public/CloudTitleFileInterface.h |
| Include Path | #include "CloudTitleFileInterface.h" |
Syntax
class ICloudTitleFile
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ICloudTitleFile() |
CloudTitleFileInterface.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~ICloudTitleFile() |
CloudTitleFileInterface.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| OnEnumerateFilesCompleteDelegates | FOnEnumerateFilesComplete | Delegate fired when the list of files has been returned from the network store | CloudTitleFileInterface.h | |
| OnReadFileCompleteDelegates | FOnReadFileComplete | Delegate fired when a file read from the network platform's storage is complete | CloudTitleFileInterface.h | |
| OnReadFileProgressDelegates | FOnReadFileProgress | Delegate fired when as file read from the network platform's storage progresses | CloudTitleFileInterface.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FDelegateHandle AddOnEnumerateFilesCompleteDelegate_Handle
(
const FOnEnumerateFilesCompleteDelegate& Delegate |
CloudTitleFileInterface.h | ||
virtual FDelegateHandle AddOnReadFileCompleteDelegate_Handle
(
const FOnReadFileCompleteDelegate& Delegate |
CloudTitleFileInterface.h | ||
virtual FDelegateHandle AddOnReadFileProgressDelegate_Handle
(
const FOnReadFileProgressDelegate& Delegate |
CloudTitleFileInterface.h | ||
bool ClearFile
(
const FString& FileName |
Empties the cached data for this file if it is not being downloaded currently | CloudTitleFileInterface.h | |
bool ClearFiles() |
Empties the set of downloaded files if possible (no async tasks outstanding) | CloudTitleFileInterface.h | |
virtual void ClearOnEnumerateFilesCompleteDelegate_Handle
(
FDelegateHandle& Handle |
CloudTitleFileInterface.h | ||
virtual void ClearOnReadFileCompleteDelegate_Handle
(
FDelegateHandle& Handle |
CloudTitleFileInterface.h | ||
virtual void ClearOnReadFileProgressDelegate_Handle
(
FDelegateHandle& Handle |
CloudTitleFileInterface.h | ||
void DeleteCachedFiles
(
bool bSkipEnumerated |
Delete cached files on disk | CloudTitleFileInterface.h | |
bool EnumerateFiles
(
const FCloudPagedQuery& Page |
Requests a list of available files from the network store | CloudTitleFileInterface.h | |
bool GetFileContents
(
const FString& FileName, |
Copies the file data into the specified buffer for the specified file | CloudTitleFileInterface.h | |
void GetFileList
(
TArray< FCloudHeader >& Files |
Returns the list of files that was returned by the network store | CloudTitleFileInterface.h | |
bool ReadFile
(
const FString& FileName |
Starts an asynchronous read of the specified file from the network platform's file store | CloudTitleFileInterface.h | |
virtual void TriggerOnEnumerateFilesCompleteDelegates
(
bool Param1 |
CloudTitleFileInterface.h | ||
virtual void TriggerOnReadFileCompleteDelegates
(
bool Param1, |
CloudTitleFileInterface.h | ||
virtual void TriggerOnReadFileProgressDelegates
(
const FString& Param1, |
CloudTitleFileInterface.h |