IPluginManager::FindPlugin

Finds information for an enabled plugin.

Windows
MacOS
Linux

References

Module

Projects

Header

/Engine/Source/Runtime/Projects/Public/Interfaces/IPluginManager.h

Include

#include "Interfaces/IPluginManager.h"

Syntax

TSharedPtr< IPlugin > FindPlugin
(
    const FString & Name
)

Remarks

Finds information for an enabled plugin.

Returns

Pointer to the plugin's information, or nullptr.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss