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 void QueryRootContentPaths
&40;
TArray< FString > & OutRootContentPaths,
bool bIncludeReadOnlyRoots,
bool bWithoutLeadingSlashes,
bool bWithoutTrailingSlashes
&41;
Remarks
Queries all of the root content paths, like "/Game/", "/Engine/", and any dynamically added paths
Parameters
| Name | Description |
|---|---|
| OutRootContentPaths | [Out] List of content paths |
| bIncludeReadOnlyRoots | Include read only root content paths such as "/Temp/" |
| bWithoutLeadingSlashes | Strip slash at start of each path to end up with "Game/" |
| bWithoutTrailingSlashes | Strip trailing slash at end of each path to end up with "/Game" |