Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/Features
Inheritance Hierarchy
- IModularFeature
- IPluginsEditorFeature
- IPluginBrowser
References
Module | UnrealEd |
Header | /Engine/Source/Editor/UnrealEd/Public/Features/IPluginsEditorFeature.h |
Include | #include "Features/IPluginsEditorFeature.h" |
Syntax
class IPluginsEditorFeature : public IModularFeature
Remarks
Feature interface for a Plugins management UI
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
const TArray< TSharedRef< FPluginTemplateDescription > > & | Returns the currently registered plugin templates. | |
![]() |
void | OpenPluginEditor
(
TSharedRef< IPlugin > PluginToEdit, |
Open the plugin editor for a plugin |
![]() |
FPluginEditorExtensionHandle | RegisterPluginEditorExtension
(
FOnPluginBeingEdited Extension |
Further customize the detail panel experience when editing a specific plugin |
![]() |
void | RegisterPluginTemplate
(
TSharedRef< FPluginTemplateDescription > Template |
Registers the specified plugin template with the New Plugin wizard |
![]() |
void | UnregisterPluginEditorExtension
(
FPluginEditorExtensionHandle ExtensionHandle |
Remove a customization |
![]() |
void | UnregisterPluginTemplate
(
TSharedRef< FPluginTemplateDescription > Template |
Unregisters the specified plugin template from the New Plugin wizard |