Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/Misc > API/Runtime/CoreUObject/Misc/FPackageName
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/Misc/PackageName.h |
| Include | #include "Misc/PackageName.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/Misc/PackageName.cpp |
static FName GetPackageMountPoint
&40;
const FString & InPackagePath,
bool InWithoutSlashes
&41;
Remarks
Get the mount point for a given package path FName corresponding to the mount point, or Empty if invalid
Parameters
| Name | Description |
|---|---|
| InPackagePath | The package path to get the mount point for |
| InWithoutSlashes | Optional parameters that keeps the slashes around the mount point if false |