Navigation
Unreal Engine C++ API Reference > Editor > UnrealEd > UPackageTools > UnloadPackages
References
Module | UnrealEd |
Header | /Engine/Source/Editor/UnrealEd/Public/PackageTools.h |
Include | #include "PackageTools.h" |
Source | /Engine/Source/Editor/UnrealEd/Private/PackageTools.cpp |
static bool UnloadPackages
(
FUnloadPackageParams & Params
)
Remarks
Helper function that attemps to unload the specified top-level packages. true if the set of loaded packages was changed
Parameters
Name | Description |
---|---|
struct | containg list of packages that should be unloaded and other behavior params. |