Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FPackageLocalizationManager
Description
Initialize the manager using the given cache. This will perform an initial scan for localized packages.
| Name | InitializeFromCache |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/Internationalization/PackageLocalizationManager.h |
| Include Path | #include "Internationalization/PackageLocalizationManager.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/Internationalization/PackageLocalizationManager.cpp |
void InitializeFromCache
(
const TSharedRef < IPackageLocalizationCache > & InCache
)
Parameters
| Name | Remarks |
|---|---|
| InCache | The cache the manager should use. |