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