Navigation
API > API/Plugins > API/Plugins/MassEntityEditor
Inheritance Hierarchy
- IModuleInterface
- IHasMenuExtensibility
- IHasToolBarExtensibility
- FMassEntityEditorModule
References
| Module | MassEntityEditor |
| Header | /Engine/Plugins/Runtime/MassEntity/Source/MassEntityEditor/Public/MassEntityEditorModule.h |
| Include | #include "MassEntityEditorModule.h" |
Syntax
class FMassEntityEditorModule :
public IModuleInterface,
public IHasMenuExtensibility,
public IHasToolBarExtensibility
Remarks
The public interface to this module
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< FExtensibilityManager > | MenuExtensibilityManager | ||
| TSharedPtr< FGraphNodeClassHelper > | ProcessorClassCache | ||
| TSharedPtr< FExtensibilityManager > | ToolBarExtensibilityManager |
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< FGraphNodeClassHelper > |
Overridden from IModuleInterface
| Type | Name | Description | |
|---|---|---|---|
| void | Called before the module is unloaded, right before the module object is destroyed. | ||
| void | Called right after the module DLL has been loaded and the module object has been created Load dependent modules here, and they will be guaranteed to be available during ShutdownModule. |
Overridden from IHasMenuExtensibility
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< FExtensibilityManager > |
Overridden from IHasToolBarExtensibility
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< FExtensibilityManager > |
Deprecated Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< FGraphNodeClassHelper > | Please use GetProcessorClassCache instead |