FPackageLocalizationManager::FindLocalizedPackageName

Try and find the localized package name for the given source package for the active culture.

Windows
MacOS
Linux

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/Internationalization/PackageLocalizationManager.h

Include

#include "Internationalization/PackageLocalizationManager.h"

Source

/Engine/Source/Runtime/CoreUObject/Private/Internationalization/PackageLocalizationManager.cpp

Syntax

FName FindLocalizedPackageName
(
    const FName InSourcePackageName
)

Remarks

Try and find the localized package name for the given source package for the active culture.

Returns

The localized package name, or NAME_None if there is no localized package.

Parameters

Parameter

Description

InSourcePackageName

The name of the source package to find.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss