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 FExternalPluginPath
Remarks
Combination of a directory searched for external plugins, and its configuration source.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FString | Path | ||
| EPluginExternalSource | Source |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator==
(
const FExternalPluginPath& Other |