| IModuleInterface | ||
| IHasMenuExtensibility | ||
| IHasToolBarExtensibility
|
Module |
|
Header |
/Engine/Source/Editor/StaticMeshEditor/Public/StaticMeshEditorModule.h |
Include |
#include "StaticMeshEditorModule.h" |
class IStaticMeshEditorModule :
public IModuleInterface,
public IHasMenuExtensibility,
public IHasToolBarExtensibility
Static mesh editor module interface
Name | Description | ||
---|---|---|---|
|
TSharedRef< ... |
CreateStaticMeshEditor ( |
Creates a new static mesh editor. |
|
GetAllStaticMeshEditorToolbarExtenders() |
||
|
TSharedPtr< ... |
GetSecondaryToolBarExtensibilityManager() |
|
|
FOnRegisterL... |
OnRegisterLayoutExtensions() |
|
|
FStaticMeshE... |
OnStaticMeshEditorOpened() |
Name |
Description |
|
---|---|---|
|
FOnRegisterLayoutExtensions |
|
|
FStaticMeshEditorOpenedEvent |
Delegate to be called when a Material Editor is created, for toolbar, tab, and menu extension |
Name |
Description |
---|---|
FStaticMeshEditorToolbarExtender |