Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/UPackageTools
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 HandleFullyLoadingPackages
(
const TArray < UPackage * > & TopLevelPackages,
const FText & OperationText
)
Remarks
Handles fully loading passed in packages. true if all packages where fully loaded, false otherwise
Parameters
| Name | Description |
|---|---|
| TopLevelPackages | Packages to be fully loaded. |
| OperationText | Text describing the operation; appears in the warning string presented to the user. |