Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FPackageLocalizationManager
Description
Initialize the manager lazily using the given callback. It is expected that this callback calls one of the InitializeFromX functions.
| Name | InitializeFromLazyCallback |
| 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 InitializeFromLazyCallback
(
FLazyInitFunc InLazyInitFunc
)
Parameters
| Name | Remarks |
|---|---|
| InLazyInitFunc | The function to call to initialize the manager. |