Navigation
Unreal Engine C++ API Reference > Editor > UnrealEd > UPackageTools
References
Module | UnrealEd |
Header | /Engine/Source/Editor/UnrealEd/Public/PackageTools.h |
Include | #include "PackageTools.h" |
Syntax
struct FUnloadPackageParams
Remarks
Struct containing list of packages to unload and other params.
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
bool | bResetTransBuffer | Whether to reset the transaction buffer to allow unloading packages that might be referenced by it |
![]() |
bool | bUnloadDirtyPackages | Whether to unload packages that are dirty (that need to be saved) |
![]() |
FText | OutErrorMessage | Result: An error message specifying any problems with unloading packages |
![]() |
const TArray< UPackage * > | Packages | Packages to unload |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
FUnloadPackageParams
(
const TArray< UPackage* >& PackagesToUnload |