Navigation
API > API/Runtime > API/Runtime/Projects > API/Runtime/Projects/IPluginManager
Description
Tries to get a list of plugin dependencies for a given plugin. Returns false if the plugin provided was not found
| Name | GetPluginDependencies |
| Type | function |
| Header File | /Engine/Source/Runtime/Projects/Public/Interfaces/IPluginManager.h |
| Include Path | #include "Interfaces/IPluginManager.h" |
bool GetPluginDependencies
(
const FString & PluginName,
TArray < FPluginReferenceDescriptor > & PluginDependencies
)