Navigation
API > API/Runtime > API/Runtime/InstallBundleManager > API/Runtime/InstallBundleManager/IInstallBundleSource
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void CancelBundles
(
TArrayView< const FName > BundleNames |
Cancel the install for the specified bundles. | InstallBundleSourceInterface.h | |
virtual void CancelBundles
(
TArrayView< const FName > BundleNames, |
InstallBundleSourceInterface.h |
CancelBundles(TArrayView< const FName >)
Description
Cancel the install for the specified bundles.
| Name | CancelBundles |
| Type | function |
| Header File | /Engine/Source/Runtime/InstallBundleManager/Public/InstallBundleSourceInterface.h |
| Include Path | #include "InstallBundleSourceInterface.h" |
virtual void CancelBundles
(
TArrayView< const FName > BundleNames
)
CancelBundles(TArrayView< const FName >, TArray< FName > &)
| Name | CancelBundles |
| Type | function |
| Header File | /Engine/Source/Runtime/InstallBundleManager/Public/InstallBundleSourceInterface.h |
| Include Path | #include "InstallBundleSourceInterface.h" |
virtual void CancelBundles
(
TArrayView< const FName > BundleNames,
TArray< FName > & OutAdditionalBunldlesToCancel
)