Navigation
API > API/Runtime > API/Runtime/Projects > API/Runtime/Projects/Interfaces > API/Runtime/Projects/Interfaces/IProjectManager
References
| Module | Projects |
| Header | /Engine/Source/Runtime/Projects/Public/Interfaces/IProjectManager.h |
| Include | #include "Interfaces/IProjectManager.h" |
bool UpdateAdditionalPluginDirectory
&40;
const FString & Dir,
const bool bAddOrRemove
&41;
Remarks
Updates a directory to be scanned for plugins (added or removed) Whether the plugin directory list was changed.
Parameters
| Name | Description |
|---|---|
| Dir | the directory to scan |
| bAddOrRemove | whether to add or remove the directory |