Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/Misc > API/Runtime/CoreUObject/Misc/FPackageName > API/Runtime/CoreUObject/Misc/FPackageName/FindPackageFileWithoutExtension
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 bool FindPackageFileWithoutExtension
(
const FString & InPackageFilename,
FString & OutFilename
)
Remarks
Checks if a package can be found using known package extensions (header extensions only; files with the extensions of other segments are not returned). true if the package could be found on disk.
Parameters
| Name | Description |
|---|---|
| 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) |