Navigation
API > API/Plugins > API/Plugins/PluginBrowser
Inheritance Hierarchy
- IModuleInterface
- IPluginsEditorFeature
- IPluginBrowser
References
| Module | PluginBrowser |
| Header | /Engine/Plugins/Editor/PluginBrowser/Source/PluginBrowser/Public/IPluginBrowser.h |
| Include | #include "IPluginBrowser.h" |
Syntax
class IPluginBrowser :
public IModuleInterface,
public IPluginsEditorFeature
Remarks
The public interface to this module
Functions
| Type | Name | Description | |
|---|---|---|---|
| IPluginBrowser & | Get () |
Singleton-like access to this module's interface. | |
| bool | IsAvailable () |
Checks to see if this module is loaded and ready. | |
| FOnLaunchReferenceViewer & | Allows another module that supplies the plugin reference viewer to launch when requested. | ||
| TSharedRef< class SDockTab > | SpawnPluginCreatorTab
(
const FSpawnTabArgs& SpawnTabArgs, |
Allows other modules to spawn the new plugin interface with their own definition |