IInstallBundleSource::GetBundleProgress

Derived classes should implement this if their content install will take a significant amount of time.

Windows
MacOS
Linux

References

Module

InstallBundleManager

Header

/Engine/Source/Runtime/InstallBundleManager/Public/InstallBundleSourceInterface.h

Include

#include "InstallBundleSourceInterface.h"

Syntax

virtual TOptional< FInstallBundleSourceProgress > GetBundleProgress
(
    FName BundleName
) const

Remarks

Derived classes should implement this if their content install will take a significant amount of time.

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