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