Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FPackagePath
Description
Construct a PackagePath from a known valid LongPackageName FName
Will be converted to a MountedPath when the LocalPath is required; if the package is not mounted at that point the LocalPath will be empty
| Name | FromPackageNameUnchecked |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/Misc/PackagePath.h |
| Include Path | #include "Misc/PackagePath.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/Misc/PackagePath.cpp |
static FPackagePath FromPackageNameUnchecked
(
FName InPackageName
)
The constructed PackagePath
Parameters
| Name | Remarks |
|---|---|
| InPackageName | A valid LongPackageName, does not have to be mounted or existing |