Choose your operating system:
Windows
macOS
Linux
| IModuleInterface | ||
| IHasMenuExtensibility
|
Module |
|
Header |
/Engine/Source/Editor/TranslationEditor/Public/TranslationEditorModule.h |
Include |
#include "TranslationEditorModule.h" |
class FTranslationEditorModule :
public IModuleInterface,
public IHasMenuExtensibility
Name | Description | ||
---|---|---|---|
|
TSharedRef< ... |
CreateTranslationEditor ( |
Creates an instance of translation editor object. |
|
TSharedRef< ... |
CreateTranslationEditor |
Creates an instance of translation editor object. |
|
TSharedPtr< ... |
GetToolbarExtensibilityManager() |
Name | Description | ||
---|---|---|---|
|
ShutdownModule() |
Called before the module is unloaded, right before the module object is destroyed. |
|
|
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() |
Gets the extensibility managers for outside entities to extend translation editor's menus and toolbars |
Name |
Description |
---|---|
TranslationEditorAppIdentifier |
Translation Editor app identifier string |