Navigation
API > API/Runtime > API/Runtime/Projects
Enum describing a source of EPluginType::External plugins
| Name | EPluginExternalSource |
| Type | enum |
| Header File | /Engine/Source/Runtime/Projects/Public/Interfaces/IPluginManager.h |
| Include Path | #include "Interfaces/IPluginManager.h" |
Syntax
enum EPluginExternalSource
{
ProjectDescriptor,
CommandLine,
Environment,
Other,
}
Values
| Name | Remarks |
|---|---|
| ProjectDescriptor | .uproject `AdditionalPluginDirectories_ field |
| CommandLine | Passed via `-plugin=_ command line switch. |
| Environment | Inherited from `UE_ADDITIONAL_PLUGIN_PATHS_ environment variable. |
| Other | None of the above (e.g. added explicitly by external code). |