Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FPackageName
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FName GetPackageMountPoint
(
FStringView InPackagePath, |
Get the mount point for a given package path | Misc/PackageName.h | |
static FName GetPackageMountPoint
(
const FString& InPackagePath, |
Misc/PackageName.h | ||
static FName GetPackageMountPoint
(
const TCHAR* InPackagePath, |
Misc/PackageName.h |
GetPackageMountPoint(FStringView, bool)
Description
Get the mount point for a given package path
| Name | GetPackageMountPoint |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/Misc/PackageName.h |
| Include Path | #include "Misc/PackageName.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/Misc/PackageName.cpp |
static FName GetPackageMountPoint
(
FStringView InPackagePath,
bool InWithoutSlashes
)
FName corresponding to the mount point, or Empty if invalid
Parameters
| Name | Remarks |
|---|---|
| InPackagePath | The package path to get the mount point for |
| InWithoutSlashes | Optional parameters that keeps the slashes around the mount point if false |
GetPackageMountPoint(const FString &, bool)
| Name | GetPackageMountPoint |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/Misc/PackageName.h |
| Include Path | #include "Misc/PackageName.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/Misc/PackageName.cpp |
static FName GetPackageMountPoint
(
const FString & InPackagePath,
bool InWithoutSlashes
)
GetPackageMountPoint(const TCHAR *, bool)
| Name | GetPackageMountPoint |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/Misc/PackageName.h |
| Include Path | #include "Misc/PackageName.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/Misc/PackageName.cpp |
static FName GetPackageMountPoint
(
const TCHAR * InPackagePath,
bool InWithoutSlashes
)