Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/FEditorFileUtils
Description
Unloads the specified package potentially containing an inactive world. When returning false, OutErrorMessage is supplied with a display string describing the reason why the world could not be unloaded.
| Name | AttemptUnloadInactiveWorldPackage |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Public/FileHelpers.h |
| Include Path | #include "FileHelpers.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/FileHelpers.cpp |
static bool AttemptUnloadInactiveWorldPackage
(
UPackage * PackageToUnload,
FText & OutErrorMessage
)