Navigation
API > API/Runtime > API/Runtime/Projects
Enum for the type of a plugin
| Name | EPluginType |
| Type | enum |
| Header File | /Engine/Source/Runtime/Projects/Public/Interfaces/IPluginManager.h |
| Include Path | #include "Interfaces/IPluginManager.h" |
Syntax
enum EPluginType
{
Engine,
Enterprise,
Project,
External,
Mod,
}
Values
| Name | Remarks |
|---|---|
| Engine | Plugin is built-in to the engine |
| Enterprise | Standard enterprise plugin |
| Project | Project-specific plugin, stored within a game project directory |
| External | Plugin found in an external directory (found in an AdditionalPluginDirectory listed in the project file, or referenced on the command line) |
| Mod | Project-specific mod plugin |