Go to the source code of this file.
◆ EPluginExternalSource
Enum describing a source of EPluginType::External plugins
| Enumerator |
|---|
| 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).
|
◆ EPluginLoadedFrom
Enum for where a plugin is loaded from
| Enumerator |
|---|
| Engine | Plugin is built-in to the engine
|
| Project | Project-specific plugin, stored within a game project directory
|
◆ EPluginType
Enum for the type of a plugin
| Enumerator |
|---|
| 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
|