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 bool FindPackagesInDirectories
&40;
TArray< FString > & OutPackages,
const TArrayView< const FString > & RootDirs
&41;
Remarks
This will recurse over the given list of directory structures looking for packages. Returns true if any packages have been found, otherwise false
Parameters
| Name | Description |
|---|---|
| OutPackages | The output array that is filled out with the discovered file paths |
| RootDirss | The roots of the directory structures to recurse through |