Navigation
| Name | HTTPChunkInstaller |
| Type | Runtime |
| Part of Plugins | HTTP Chunk Installer |
| Location | /Engine/Plugins/Runtime/HTTPChunkInstaller/Source/ |
| Module Build Rules | HTTPChunkInstaller.Build.cs |
Classes
| Name | Remarks |
|---|---|
| FChunkInstallTask | |
| FChunkMountTask | |
| FChunkSetupTask | |
| FCloudPagedQuery | Paging info needed for a request that can return paged results |
| FFileSearchVisitor | Helper class to find all pak/mainfests files. |
| FHTTPChunkInstall | HTTP based implementation of chunk based install |
| FLocalTitleFile |
Structs
| Name | Remarks |
|---|---|
| FCloudEntry | Holds the data used in downloading a file asynchronously from the online service |
| FCloudHeader | Holds metadata about a given downloadable file |
Interfaces
| Name | Remarks |
|---|---|
| ICloudTitleFile |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FOnEnumerateFilesComplete | TMulticastDelegate_OneParam< void, bool > | Delegate fired when the list of files has been returned from the network store | CloudTitleFileInterface.h |
| FOnEnumerateFilesCompleteDelegate | FOnEnumerateFilesComplete::FDelegate | CloudTitleFileInterface.h | |
| FOnReadFileComplete | TMulticastDelegate_TwoParams< void, bool, const FString & > | Delegate fired when a file read from the network platform's storage is complete | CloudTitleFileInterface.h |
| FOnReadFileCompleteDelegate | FOnReadFileComplete::FDelegate | CloudTitleFileInterface.h | |
| FOnReadFileProgress | TMulticastDelegate_TwoParams< void, const FString &, uint64 > | Delegate fired when as file read from the network platform's storage progresses | CloudTitleFileInterface.h |
| FOnReadFileProgressDelegate | FOnReadFileProgress::FDelegate | CloudTitleFileInterface.h | |
| ICloudTitleFilePtr | TSharedPtr< ICloudTitleFile, ESPMode::ThreadSafe > | CloudTitleFileInterface.h | |
| ICloudTitleFileRef | TSharedRef< ICloudTitleFile, ESPMode::ThreadSafe > | CloudTitleFileInterface.h |
Enums
Public
| Name | Remarks |
|---|---|
| ECloudAsyncTaskState::Type | The state of an async task (read friends, read content, write cloud file, etc) request |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const TCHAR * ECloudAsyncTaskState::ToString
(
ECloudAsyncTaskState::Type EnumVal |
CloudTitleFileInterface.h |