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
struct FPluginStatus
Remarks
Simple data structure that is filled when querying information about plug-ins.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bIsEnabled | True if plug-in is currently enabled. | |
| FPluginDescriptor | Descriptor | The plugin descriptor | |
| EPluginLoadedFrom | LoadedFrom | Where the plugin was loaded from | |
| FString | Name | The name of this plug-in. | |
| FString | PluginDirectory | Path to plug-in directory on disk. |