FEditorFileUtils::AttemptUnloadInactiveWorldPackage

Unloads the specified package potentially containing an inactive world.

Windows
MacOS
Linux

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Public/FileHelpers.h

Include

#include "FileHelpers.h"

Source

/Engine/Source/Editor/UnrealEd/Private/FileHelpers.cpp

Syntax

static bool AttemptUnloadInactiveWorldPackage
(
    UPackage * PackageToUnload,
    FText & OutErrorMessage
)

Remarks

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss