Navigation
API > API/Runtime > API/Runtime/InstallBundleManager > API/Runtime/InstallBundleManager/IInstallBundleManager
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FDelegateHandle GetInstallState
(
FName BundleName, |
Less expensive version of GetContentState() that only returns install state Synchronous versions return null if bundle manager is not yet initialized | InstallBundleManagerInterface.h | |
FDelegateHandle GetInstallState
(
TArrayView< const FName > BundleNames, |
InstallBundleManagerInterface.h |
GetInstallState(FName, bool, FInstallBundleGetInstallStateDelegate, FName)
Description
Less expensive version of GetContentState() that only returns install state Synchronous versions return null if bundle manager is not yet initialized
| Name | GetInstallState |
| Type | function |
| Header File | /Engine/Source/Runtime/InstallBundleManager/Public/InstallBundleManagerInterface.h |
| Include Path | #include "InstallBundleManagerInterface.h" |
| Source | /Engine/Source/Runtime/InstallBundleManager/Private/InstallBundleManagerInterface.cpp |
FDelegateHandle GetInstallState
(
FName BundleName,
bool bAddDependencies,
FInstallBundleGetInstallStateDelegate Callback,
FName RequestTag
)
GetInstallState(TArrayView< const FName >, bool, FInstallBundleGetInstallStateDelegate, FName)
| Name | GetInstallState |
| Type | function |
| Header File | /Engine/Source/Runtime/InstallBundleManager/Public/InstallBundleManagerInterface.h |
| Include Path | #include "InstallBundleManagerInterface.h" |
FDelegateHandle GetInstallState
(
TArrayView< const FName > BundleNames,
bool bAddDependencies,
FInstallBundleGetInstallStateDelegate Callback,
FName RequestTag
)