Navigation
API > API/Runtime > API/Runtime/Projects > API/Runtime/Projects/IPlugin
Description
Returns true if this is a root plugin. A root plugin is meant as a collection of other plugins. Root plugins should only have plugin dependencies and be used to designate some group of plugins.
| Name | IsRootPlugin |
| Type | function |
| Header File | /Engine/Source/Runtime/Projects/Public/Interfaces/IPluginManager.h |
| Include Path | #include "Interfaces/IPluginManager.h" |
bool IsRootPlugin() const