Navigation
API > API/Runtime > API/Runtime/Projects > API/Runtime/Projects/Interfaces > API/Runtime/Projects/Interfaces/IPluginManager
References
| Module | Projects |
| Header | /Engine/Source/Runtime/Projects/Public/Interfaces/IPluginManager.h |
| Include | #include "Interfaces/IPluginManager.h" |
void SetUpdatePackageLocalizationCacheDelegate
&40;
const FUpdatePackageLocalizationCacheDelegate & Delegate
&41;
Remarks
Sets the delegate to call to update the package localization cache. This is used internally by the plug-in manager system and should not be called by you. This is registered at application startup by FPackageLocalizationManager code in CoreUObject.
Parameters
| Name | Description |
|---|---|
| Delegate | The delegate to that will be called when plug-in manager needs to update the package localization cache |