FPackageLocalizationCache::FindOrAddCacheForCulture_NoLock

Try and find an existing cache for the given culture name, and create an entry for one if no such cache currently exists.

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

TSharedPtr< FPackageLocalizationCultureCache > FindOrAddCacheForCulture_NoLock
(
    const FString & InCultureName
)

Remarks

Try and find an existing cache for the given culture name, and create an entry for one if no such cache currently exists.

Returns

A pointer to the cache for the given culture.

Parameters

Parameter

Description

InCultureName

The name of the culture to find the cache 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