Navigation
API > API/Plugins > API/Plugins/HTTPChunkInstaller > API/Plugins/HTTPChunkInstaller/FHTTPChunkInstall
- IPlatformChunkInstall::GetChunkProgress()
- FGenericPlatformChunkInstall::GetChunkProgress()
- FHTTPChunkInstall::GetChunkProgress()
References
Module | HTTPChunkInstaller |
Header | /Engine/Plugins/Runtime/HTTPChunkInstaller/Source/Public/HTTPChunkInstaller.h |
Include | #include "HTTPChunkInstaller.h" |
Source | /Engine/Plugins/Runtime/HTTPChunkInstaller/Source/Private/HTTPChunkInstaller.cpp |
virtual float GetChunkProgress
&40;
uint32 ChunkID,
EChunkProgressReportingType::Type ReportType
&41;
Remarks
Get the current install progress of a chunk. Let the user specify report type for platforms that support more than one. A value whose meaning is dependent on the ReportType param.
Parameters
Name | Description |
---|---|
ChunkID | The id of the chunk to check. |
ReportType | The type of progress report you want. |