Navigation
API > API/Plugins > API/Plugins/HTTPChunkInstaller
Inheritance Hierarchy
- FGenericPlatformChunkInstall
- FTSTickerObjectBase
- FHTTPChunkInstall
References
Module | HTTPChunkInstaller |
Header | /Engine/Plugins/Runtime/HTTPChunkInstaller/Source/Public/HTTPChunkInstaller.h |
Include | #include "HTTPChunkInstaller.h" |
Syntax
class FHTTPChunkInstall :
public FGenericPlatformChunkInstall,
public FTSTickerObjectBase
Remarks
HTTP based implementation of chunk based install
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
Destructors
Type | Name | Description | |
---|---|---|---|
![]() |
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
void | EndInstall () |
Overridden from IPlatformChunkInstall
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
bool | For platforms that support emulation of the Chunk install. | |
![]() ![]() |
float | GetChunkProgress
(
uint32 ChunkID, |
Get the current install progress of a chunk. |
![]() ![]() |
EChunkInstallSpeed::Type | Inquire about the priority of chunk installation vs. game IO. | |
![]() ![]() |
bool | Check if a given reporting type is supported. | |
![]() ![]() |
bool | PrioritizeChunk
(
uint32 ChunkID, |
Hint to the installer that we would like to prioritize a specific chunk |
![]() ![]() |
bool | SetInstallSpeed
(
EChunkInstallSpeed::Type InstallSpeed |
Specify the priority of chunk installation vs. game IO. |
Overridden from FTSTickerObjectBase
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
bool | Tick
(
float DeltaTime |
Pure virtual that must be overloaded by the inheriting class. |
Enums
Type | Name | Description | |
---|---|---|---|
![]() |
ChunkInstallState |