| IModuleInterface | ||
| IHasMenuExtensibility | ||
| IHasToolBarExtensibility
|
Module |
|
Header |
/Engine/Plugins/Runtime/MassEntity/Source/MassEntityEditor/Public/MassEntityEditorModule.h |
Include |
#include "MassEntityEditorModule.h" |
class FMassEntityEditorModule :
public IModuleInterface,
public IHasMenuExtensibility,
public IHasToolBarExtensibility
The public interface to this module
Name | Description | ||
---|---|---|---|
|
ItemDataAssetTypeActions |
||
|
TSharedPtr< FEx... |
MenuExtensibilityManager |
|
|
OnAssetPropertiesChanged |
||
|
TSharedPtr< str... |
ProcessorClassCache |
|
|
TSharedPtr< FEx... |
ToolBarExtensibilityManager |
Name | Description | ||
---|---|---|---|
|
FOnAssetProp... |
GetOnAssetPropertiesChanged() |
|
|
TSharedPtr< ... |
GetProcassorClassCache() |
Name | Description | ||
---|---|---|---|
|
void |
ShutdownModule() |
Called before the module is unloaded, right before the module object is destroyed. |
|
void |
StartupModule() |
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. |
Name | Description | ||
---|---|---|---|
|
TSharedPtr< ... |
GetMenuExtensibilityManager() |
Name | Description | ||
---|---|---|---|
|
TSharedPtr< ... |
GetToolBarExtensibilityManager() |
Name |
Description |
---|---|
FOnAssetPropertiesChanged |