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
&40;
const TSharedRef< IPackageLocalizationCache > & InCache
&41;
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. |