Navigation
API > API/Runtime > API/Runtime/Projects > API/Runtime/Projects/Interfaces > API/Runtime/Projects/Interfaces/IPluginManager > API/Runtime/Projects/Interfaces/IPluginManager/FindEnabledPlugin
References
| Module | Projects |
| Header | /Engine/Source/Runtime/Projects/Public/Interfaces/IPluginManager.h |
| Include | #include "Interfaces/IPluginManager.h" |
TSharedPtr < IPlugin > FindEnabledPlugin
(
const FStringView Name
)
Remarks
Finds information for an enabled plugin. Pointer to the enabled plugin's information, or nullptr if not enabled or can't be found.