Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/UPackageTools
Description
Checks if the passed in package's filename is in an external directory. I.E Ones not found automatically in the content directory
| Name | IsPackageExternal |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Public/PackageTools.h |
| Include Path | #include "PackageTools.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/PackageTools.cpp |
static bool IsPackageExternal
(
const UPackage & Package
)
true if the package points to an external filename
Parameters
| Name | Remarks |
|---|---|
| Package | The package to check |