Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/UPackageTools
Description
Checks if the passed in path is in an external directory. I.E Ones not found automatically in the content directory
| Name | IsPackagePathExternal |
| 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 IsPackagePathExternal
(
const FString & PackagePath
)
true if PackagePath points to an external location
Parameters
| Name | Remarks |
|---|---|
| PackagePath | Path of the package to check, relative or absolute |