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" |
bool UnmountExplicitlyLoadedPluginLocalizationData
(
const FString & PluginName
)
Remarks
Start unloading localization data for an explicitly loaded plugin that had its localization data mounted via MountExplicitlyLoadedPluginLocalizationData.
Localization data is ref-counted, so this should be paired with a call to MountExplicitlyLoadedPluginLocalizationData.
Localization data is also automatically (and regardless of ref-count) unloaded when calling UnmountExplicitlyLoadedPlugin. True if localization data started to unload, or false if the plugin was missing or had no localization data to unload.