Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FPackageName
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static bool FindPackageFileWithoutExtension
(
const FString& InPackageFilename, |
Checks if a package can be found using known package extensions (header extensions only; files with the extensions of other segments are not returned). | Misc/PackageName.h | |
static bool FindPackageFileWithoutExtension
(
const FString& InPackageFilename, |
Misc/PackageName.h |
FindPackageFileWithoutExtension(const FString &, FString &)
Description
Checks if a package can be found using known package extensions (header extensions only; files with the extensions of other segments are not returned).
| Name | FindPackageFileWithoutExtension |
| 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 FindPackageFileWithoutExtension
(
const FString & InPackageFilename,
FString & OutFilename
)
true if the package could be found on disk.
Parameters
| Name | Remarks |
|---|---|
| InPackageFilename | Package filename without the extension. |
| OutFilename | If the package could be found, filename with the extension. |
| InAllowTextFormats | Detect text format packages as well as binary (priority to text) |
FindPackageFileWithoutExtension(const FString &, FString &, bool)
| Name | FindPackageFileWithoutExtension |
| 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 FindPackageFileWithoutExtension
(
const FString & InPackageFilename,
FString & OutFilename,
bool InAllowTextFormats
)