Navigation
API > API/Plugins > API/Plugins/PluginBrowser > API/Plugins/PluginBrowser/IPluginBrowser
References
Module | PluginBrowser |
Header | /Engine/Plugins/Editor/PluginBrowser/Source/PluginBrowser/Public/IPluginBrowser.h |
Include | #include "IPluginBrowser.h" |
TSharedRef< class SDockTab > SpawnPluginCreatorTab
&40;
const class FSpawnTabArgs & SpawnTabArgs,
TSharedPtr< class IPluginWizardDefinition > PluginWizardDefinition
&41;
Remarks
Allows other modules to spawn the new plugin interface with their own definition A shared reference to the dock tab where the new plugin widget is created.
Parameters
Name | Description |
---|---|
SpawnTabArgs | Arguments for spawning the new plugin tab |
PluginWizardDefinition | The definition that drives the functionality of the new plugin tab |