Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FPackageName
Description
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.
| Name | GetDelegateResolvedPackagePath |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/Misc/PackageName.h |
| Include Path | #include "Misc/PackageName.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/Misc/PackageName.cpp |
static FString GetDelegateResolvedPackagePath
(
const FString & InSourcePackagePath
)
Resolved package path, or the source package path if there is no resolution occurs.
Parameters
| Name | Remarks |
|---|---|
| InSourcePackagePath | Path to the source package. |