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 MountExplicitlyLoadedPluginLocalizationData
(
const FString & PluginName
)
Remarks
Start loading localization data for an explicitly loaded plugin that has previously been mounted via one of the MountExplicitlyLoadedPlugin functions.
Localization data is ref-counted, so this should be paired with a call to UnmountExplicitlyLoadedPluginLocalizationData. True if localization data started to load, or false if the plugin was missing or had no localization data to load.