Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FPackageName
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FString GetLocalizedPackagePath
(
const FString& InSourcePackagePath |
Gets the localized version of a long package path for the current culture, or returns the source package if there is no suitable localized package. | Misc/PackageName.h | |
static FString GetLocalizedPackagePath
(
const FString& InSourcePackagePath, |
Gets the localized version of a long package path for the given culture, or returns the source package if there is no suitable localized package. | Misc/PackageName.h |
GetLocalizedPackagePath(const FString &)
Description
Gets the localized version of a long package path for the current culture, or returns the source package if there is no suitable localized package.
| Name | GetLocalizedPackagePath |
| 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 GetLocalizedPackagePath
(
const FString & InSourcePackagePath
)
Localized package path, or the source package path if there is no suitable localized package.
Parameters
| Name | Remarks |
|---|---|
| InSourcePackagePath | Path to the source package. |
GetLocalizedPackagePath(const FString &, const FString &)
Description
Gets the localized version of a long package path for the given culture, or returns the source package if there is no suitable localized package.
| Name | GetLocalizedPackagePath |
| 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 GetLocalizedPackagePath
(
const FString & InSourcePackagePath,
const FString & InCultureName
)
Localized package path, or the source package path if there is no suitable localized package.
Parameters
| Name | Remarks |
|---|---|
| InSourcePackagePath | Path to the source package. |
| InCultureName | Culture name to get the localized package for. |