EPluginType

Enum for the type of a plugin

Windows
MacOS
Linux

References

Module

Projects

Header

/Engine/Source/Runtime/Projects/Public/Interfaces/IPluginManager.h

Include

#include "Interfaces/IPluginManager.h"

Syntax

enum EPluginType
{
    Engine,
    Enterprise,
    Project,
    External,
    Mod,
}

Values

Name

Description

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

Remarks

Enum for the type of a plugin

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss