Navigation
API > API/Runtime > API/Runtime/Projects > API/Runtime/Projects/IPluginManager
Description
Checks if all the required plug-ins are available. If not, will present an error dialog the first time a plug-in is loaded or this function is called.
| Name | AreRequiredPluginsAvailable |
| Type | function |
| Header File | /Engine/Source/Runtime/Projects/Public/Interfaces/IPluginManager.h |
| Include Path | #include "Interfaces/IPluginManager.h" |
bool AreRequiredPluginsAvailable()
true if all the required plug-ins are available.