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