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