Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/ICookedPackageWriter
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void RemoveCookedPackages () |
Remove all cooked packages from storage. | Serialization/PackageWriter.h | |
void RemoveCookedPackages
(
TArrayView< const FName > PackageNamesToRemove |
Remove the given cooked package(s) from storage; they have been modified since the last cook. | Serialization/PackageWriter.h |
RemoveCookedPackages()
Description
Remove all cooked packages from storage.
| Name | RemoveCookedPackages |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Serialization/PackageWriter.h |
| Include Path | #include "Serialization/PackageWriter.h" |
void RemoveCookedPackages()
RemoveCookedPackages(TArrayView< const FName >)
Description
Remove the given cooked package(s) from storage; they have been modified since the last cook.
| Name | RemoveCookedPackages |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Serialization/PackageWriter.h |
| Include Path | #include "Serialization/PackageWriter.h" |
void RemoveCookedPackages
(
TArrayView < const FName > PackageNamesToRemove
)