Navigation
API > API/Runtime > API/Runtime/Projects > API/Runtime/Projects/IPluginManager
Description
Stores the specified path, utilizing it in future search passes when searching for available plugins. Optionally refreshes the manager after the new path has been added.
| Name | AddPluginSearchPath |
| Type | function |
| Header File | /Engine/Source/Runtime/Projects/Public/Interfaces/IPluginManager.h |
| Include Path | #include "Interfaces/IPluginManager.h" |
bool AddPluginSearchPath
(
const FString & ExtraDiscoveryPath,
bool bRefresh
)
Whether the plugin search path was modified
Parameters
| Name | Remarks |
|---|---|
| ExtraDiscoveryPath | The path you want searched for additional plugins. |
| bRefresh | Signals the function to refresh the plugin database after the new path has been added |