Navigation
API > API/Runtime > API/Runtime/Projects > API/Runtime/Projects/Interfaces
References
| Module | Projects |
| Header | /Engine/Source/Runtime/Projects/Public/Interfaces/IPluginManager.h |
| Include | #include "Interfaces/IPluginManager.h" |
Syntax
enum EPluginExternalSource
{
ProjectDescriptor,
CommandLine,
Environment,
Other,
}
Values
| Name | Description |
|---|---|
| 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). |
Remarks
Enum describing a source of EPluginType::External plugins