IPackageLocalizationCache

Interface for types that provide caching for package localization.

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

CoreUObject

Header

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

Include

#include "Internationalization/IPackageLocalizationCache.h"

Syntax

class IPackageLocalizationCache

Remarks

Interface for types that provide caching for package localization.

Destructors

Name Description

Public function Virtual

~IPackageLocalizationCache()

Functions

Name Description

Public function

void

 

ConditionalUpdateCache()

Update this cache, but only if it is dirty.

Public function

FName

 

FindLocalizedPackageName

(
    const FName InSourcePackageName
)

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

Public function

FName

 

FindLocalizedPackageNameForCulture

(
    const FName InSourcePackageName,
    const FString& InCultureName
)

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

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