FGenericPlatformChunkInstall::GetChunkProgress

Get the current install progress of a chunk.

Windows
MacOS
Linux

Override Hierarchy

IPlatformChunkInstall::GetChunkProgress()

FGenericPlatformChunkInstall::GetChunkProgress()

FHTTPChunkInstall::GetChunkProgress()

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformChunkInstall.h

Include

#include "GenericPlatform/GenericPlatformChunkInstall.h"

Syntax

virtual float GetChunkProgress
(
    uint32 ChunkID,
    EChunkProgressReportingType::Type ReportType
)

Remarks

Get the current install progress of a chunk. Let the user specify report type for platforms that support more than one.

Returns

A value whose meaning is dependent on the ReportType param.

Parameters

Parameter

Description

ChunkID

The id of the chunk to check.

ReportType

The type of progress report you want.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss