Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FGenericPlatformChunkInstall
Description
Get the current install progress of the given named chunk. Let the user specify report type for platforms that support more than one.
Virtual Inheritance
- IPlatformChunkInstall::GetNamedChunkProgress → FGenericPlatformChunkInstall::GetNamedChunkProgress
| Name | GetNamedChunkProgress |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformChunkInstall.h |
| Include Path | #include "GenericPlatform/GenericPlatformChunkInstall.h" |
virtual float GetNamedChunkProgress
(
const FName NamedChunk,
EChunkProgressReportingType::Type ReportType
)
A value whose meaning is dependent on the ReportType param.
Parameters
| Name | Remarks |
|---|---|
| NamedChunk | The name of the chunk |
| ReportType | The type of progress report you want. |