Navigation
API > API/Runtime > API/Runtime/InstallBundleManager > API/Runtime/InstallBundleManager/IInstallBundleManager
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TValueOrError< FInstallBundleCombinedInstallState, EInstallBundleResult > GetInstallStateSynchronous
(
FName BundleName, |
InstallBundleManagerInterface.h | ||
TValueOrError< FInstallBundleCombinedInstallState, EInstallBundleResult > GetInstallStateSynchronous
(
TArrayView< const FName > BundleNames, |
InstallBundleManagerInterface.h |
GetInstallStateSynchronous(FName, bool)
| Name | GetInstallStateSynchronous |
| Type | function |
| Header File | /Engine/Source/Runtime/InstallBundleManager/Public/InstallBundleManagerInterface.h |
| Include Path | #include "InstallBundleManagerInterface.h" |
| Source | /Engine/Source/Runtime/InstallBundleManager/Private/InstallBundleManagerInterface.cpp |
TValueOrError< FInstallBundleCombinedInstallState , EInstallBundleResult > GetInstallStateSynchronous
(
FName BundleName,
bool bAddDependencies
) const
GetInstallStateSynchronous(TArrayView< const FName >, bool)
| Name | GetInstallStateSynchronous |
| Type | function |
| Header File | /Engine/Source/Runtime/InstallBundleManager/Public/InstallBundleManagerInterface.h |
| Include Path | #include "InstallBundleManagerInterface.h" |
TValueOrError< FInstallBundleCombinedInstallState , EInstallBundleResult > GetInstallStateSynchronous
(
TArrayView< const FName > BundleNames,
bool bAddDependencies
) const