Navigation
API > API/Runtime > API/Runtime/Projects > API/Runtime/Projects/IPluginManager
Description
Removes the specified path from consideration for available plugins. Optionally refreshes the manager after the path has been removed.
| Name | RemovePluginSearchPath |
| Type | function |
| Header File | /Engine/Source/Runtime/Projects/Public/Interfaces/IPluginManager.h |
| Include Path | #include "Interfaces/IPluginManager.h" |
bool RemovePluginSearchPath
(
const FString & PathToRemove,
bool bRefresh
)
Whether the plugin search path was modified
Parameters
| Name | Remarks |
|---|---|
| PathToRemove | The path no longer searched for additional plugins. |
| bRefresh | Signals the function to refresh the plugin database after the path has been removed |