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 GetDelegateResolvedPackagePath
&40;
const FString & InSourcePackagePath
&41;
Remarks
Gets the resolved path of a long package as determined by the delegates registered with FCoreDelegates::PackageNameResolvers. This allows systems such as localization to redirect requests for a package to a more appropriate alternative, or to nix the request altogether. Resolved package path, or the source package path if there is no resolution occurs.
Parameters
| Name | Description |
|---|---|
| InSourcePackagePath | Path to the source package. |