Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FPackageName
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static bool MountPointExists
(
FStringView RootPath |
Returns whether the specific logical root path is a valid mount point. | Misc/PackageName.h | |
static bool MountPointExists
(
const FString& RootPath |
Misc/PackageName.h | ||
static bool MountPointExists
(
const TCHAR* RootPath |
Misc/PackageName.h |
MountPointExists(FStringView)
Description
Returns whether the specific logical root path is a valid mount point.
| Name | MountPointExists |
| 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 bool MountPointExists
(
FStringView RootPath
)
MountPointExists(const FString &)
| Name | MountPointExists |
| 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 bool MountPointExists
(
const FString & RootPath
)
MountPointExists(const TCHAR *)
| Name | MountPointExists |
| 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 bool MountPointExists
(
const TCHAR * RootPath
)