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 UPackage * LoadPackage
(
FString InFilename
)
Remarks
Loads the specified package file (or returns an existing package if it's already loaded.) The loaded package (or NULL if something went wrong.)
Parameters
| Name | Description |
|---|---|
| InFilename | File name of package to load |