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