IAsyncPackageLoader::GetAsyncLoadPercentage

[GAME THREAD] Gets the load percentage of the specified package

Windows
MacOS
Linux

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/Serialization/AsyncPackageLoader.h

Include

#include "Serialization/AsyncPackageLoader.h"

Syntax

float GetAsyncLoadPercentage
(
    const FName & PackageName
)

Remarks

[GAME THREAD] Gets the load percentage of the specified package

Returns

Percentage (0-100) of the async package load or -1 of package has not been found

Parameters

Parameter

Description

PackageName

Name of the package to return async load percentage for

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