IInstallBundleManager::GetInstallStateSynchronous

Less expensive version of [GetContentState()](API\Runtime\InstallBundleManager\IInstallBundleManager\GetContentState\1) that only returns install state Synchronous versions return null if bundle manager is not yet initialized

Choose your operating system:

Windows

macOS

Linux

References

Module

InstallBundleManager

Header

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

Include

#include "InstallBundleManagerInterface.h"

Source

/Engine/Source/Runtime/InstallBundleManager/Private/InstallBundleManagerInterface.cpp

Syntax

TValueOrError< FInstallBundleCombinedInstallState, EInstallBundleResult > GetInstallStateSynchronous
(
    FName BundleName,
    bool bAddDependencies
) const

Remarks

Less expensive version of GetContentState() that only returns install state Synchronous versions return null if bundle manager is not yet initialized