IPluginBrowser::SpawnPluginCreatorTab

Allows other modules to spawn the new plugin interface with their own definition

Windows
MacOS
Linux

References

Module

PluginBrowser

Header

/Engine/Plugins/Editor/PluginBrowser/Source/PluginBrowser/Public/IPluginBrowser.h

Include

#include "IPluginBrowser.h"

Syntax

TSharedRef< class SDockTab > SpawnPluginCreatorTab
(
    const class FSpawnTabArgs & SpawnTabArgs,
    TSharedPtr< class IPluginWizardDefinition > PluginWizardDefinition
)

Remarks

Allows other modules to spawn the new plugin interface with their own definition

Returns

A shared reference to the dock tab where the new plugin widget is created.

Parameters

Parameter

Description

SpawnTabArgs

Arguments for spawning the new plugin tab

PluginWizardDefinition

The definition that drives the functionality of the new plugin tab

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