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 FString GetContentPathForPackageRoot
(
FStringView InPackageRoot
)
Remarks
Get the path associated with the given package root Filesystem path associated with the provided package root
Parameters
| Name | Description |
|---|---|
| InPackageRoot | Package root to return the path for, e.g. /Game/, /Engine/, /PluginName/ |