Navigation
API > API/Runtime > API/Runtime/Projects
Setting for whether a plugin is enabled by default
| Name | EPluginEnabledByDefault |
| Type | enum |
| Header File | /Engine/Source/Runtime/Projects/Public/PluginDescriptor.h |
| Include Path | #include "PluginDescriptor.h" |
Syntax
enum EPluginEnabledByDefault
{
Unspecified,
Enabled,
Disabled,
}
Values
| Name | Remarks |
|---|---|
| Unspecified | |
| Enabled | |
| Disabled |