FPackageLocalizationCultureCache::FPackageLocalizationCultureCache

Construct a new culture specific cache.

Windows
MacOS
Linux

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

FPackageLocalizationCultureCache
(
    FPackageLocalizationCache * InOwnerCache,
    const FString & InCultureName
)

Remarks

Construct a new culture specific cache.

Parameters

Parameter

Description

InOwnerCache

A pointer to our owner cache. Used to perform an implementation specific search for localized packages (see FPackageLocalizationCache::FindLocalizedPackages).

InCultureName

The name of the culture this cache is 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