Navigation
Unreal Engine C++ API Reference > Runtime > Projects > Interfaces > IPluginManager
References
Module | Projects |
Header | /Engine/Source/Runtime/Projects/Public/Interfaces/IPluginManager.h |
Include | #include "Interfaces/IPluginManager.h" |
void FindPluginsUnderDirectory
&40;
const FString & Directory,
TArray< FString > & OutPluginFilePaths
&41;
Remarks
Finds all plugin descriptors underneath a given directory (recursively)
Parameters
Name | Description |
---|---|
Directory | Search folder |
OutPluginFilePaths | Receives found plugin descriptor file paths |