Navigation
API > API/Runtime > API/Runtime/InstallBundleManager > API/Runtime/InstallBundleManager/FSessionPersistentStats
Description
Removes all Required Bundle Names except the ones in the NewRequiredBundlesList. If no NewRequiredBundlesList is supplied, just erases all RequiredBundles. This includes ones loaded from the persistent cache from previous runs. This re-saves the persistent cache file so they will be removed completely.
| Name | ResetRequiredBundles |
| Type | function |
| Header File | /Engine/Source/Runtime/InstallBundleManager/Public/InstallBundleUtils.h |
| Include Path | #include "InstallBundleUtils.h" |
| Source | /Engine/Source/Runtime/InstallBundleManager/Private/InstallBundleUtils.cpp |
void ResetRequiredBundles
(
const TArray< FString > & NewRequiredBundles
)