Navigation
API > API/Runtime > API/Runtime/InstallBundleManager > API/Runtime/InstallBundleManager/IInstallBundleManager
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void RequestRemoveContentOnNextInit
(
FName RemoveName, |
InstallBundleManagerInterface.h | ||
void RequestRemoveContentOnNextInit
(
TArrayView< const FName > RemoveNames, |
InstallBundleManagerInterface.h |
RequestRemoveContentOnNextInit(FName, TArrayView< const FName >)
| Name | RequestRemoveContentOnNextInit |
| 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 RequestRemoveContentOnNextInit
(
FName RemoveName,
TArrayView< const FName > KeepNames
)
RequestRemoveContentOnNextInit(TArrayView< const FName >, TArrayView< const FName >)
| Name | RequestRemoveContentOnNextInit |
| Type | function |
| Header File | /Engine/Source/Runtime/InstallBundleManager/Public/InstallBundleManagerInterface.h |
| Include Path | #include "InstallBundleManagerInterface.h" |
void RequestRemoveContentOnNextInit
(
TArrayView< const FName > RemoveNames,
TArrayView< const FName > KeepNames
)