Navigation
Unreal Engine C++ API Reference > 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
&40;
const TArray< UPackage &42; > & TopLevelPackages,
const FText & OperationText
&41;
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. |