FPackageLocalizationCache::FindLocalizedPackageNameForCulture

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

Windows
MacOS
Linux

Override Hierarchy

IPackageLocalizationCache::FindLocalizedPackageNameForCulture()

FPackageLocalizationCache::FindLocalizedPackageNameForCulture()

References

Module

CoreUObject

Header

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

Include

#include "Internationalization/PackageLocalizationCache.h"

Source

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

Syntax

virtual FName FindLocalizedPackageNameForCulture
(
    const FName InSourcePackageName,
    const FString & InCultureName
)

Remarks

Try and find the localized package name for the given source package for the given 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.

InCultureName

The name of the culture to find the package for.

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