IAssetRegistry::GetAssetAvailabilityProgress

Gets an ETA or percentage complete for an asset that is still in the process of being installed.

Windows
MacOS
Linux

References

Module

AssetRegistry

Header

/Engine/Source/Runtime/AssetRegistry/Public/AssetRegistry/IAssetRegistry.h

Include

#include "AssetRegistry/IAssetRegistry.h"

Syntax

float GetAssetAvailabilityProgress
(
    const FAssetData & AssetData,
    EAssetAvailabilityProgressReportingType::Type ReportType
) const

Remarks

Gets an ETA or percentage complete for an asset that is still in the process of being installed.

Parameters

Parameter

Description

FAssetData

the asset to check for progress status

ReportType

the type of report to query.

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