Navigation
API > API/Runtime > API/Runtime/Projects > API/Runtime/Projects/IPluginManager
Description
Adds a single plugin to the list of plugins. Faster than refreshing all plugins with RefreshPluginsList() when you only want to add one. Does nothing if already in the list.
| Name | AddToPluginsList |
| Type | function |
| Header File | /Engine/Source/Runtime/Projects/Public/Interfaces/IPluginManager.h |
| Include Path | #include "Interfaces/IPluginManager.h" |
bool AddToPluginsList
(
const FString & PluginFilename,
FText * OutFailReason
)
True if the plugin was added or already in the list. False if it failed to load.