IPluginBrowser

The public interface to this module

Windows
MacOS
Linux

Inheritance Hierarchy

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

Name Description

Public function Static

IPluginBrows...

 

Get()

Singleton-like access to this module's interface.

Public function Static

bool

 

IsAvailable()

Checks to see if this module is loaded and ready.

Public function

TSharedRef< ...

 

SpawnPluginCreatorTab

(
    const FSpawnTabArgs& SpawnTabArgs,
    TSharedPtr< class IPluginWizardDefi...
)

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

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