UPackageTools::HandleFullyLoadingPackages

Handles fully loading passed in packages.

Windows
MacOS
Linux

References

Module

UnrealEd

Header

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

Include

#include "PackageTools.h"

Source

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

Syntax

static bool HandleFullyLoadingPackages
(
    const TArray< UPackage * > & TopLevelPackages,
    const FText & OperationText
)

Remarks

Handles fully loading passed in packages.

Returns

true if all packages where fully loaded, false otherwise

Parameters

Parameter

Description

TopLevelPackages

Packages to be fully loaded.

OperationText

Text describing the operation; appears in the warning string presented to the user.

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