UPackageTools::IsPackagePathExternal

Checks if the passed in path is in an external directory.

Windows
MacOS
Linux

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Public/PackageTools.h

Include

#include "PackageTools.h"

Source

/Engine/Source/Editor/UnrealEd/Private/PackageTools.cpp

Syntax

static bool IsPackagePathExternal
(
    const FString & PackagePath
)

Remarks

Checks if the passed in path is in an external directory. I.E Ones not found automatically in the content directory

Returns

true if PackagePath points to an external location

Parameters

Parameter

Description

PackagePath

Path of the package to check, relative or absolute

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss