FStringTableEditorModule

String Table Editor module

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

StringTableEditor

Header

/Engine/Source/Editor/StringTableEditor/Public/StringTableEditorModule.h

Include

#include "StringTableEditorModule.h"

Syntax

class FStringTableEditorModule :
    public IModuleInterface,
    public IHasMenuExtensibility,
    public IHasToolBarExtensibility

Remarks

String Table Editor module

Functions

Name Description

Public function

TSharedRef< ...

 

CreateStringTableEditor

(
    const EToolkitMode::Type Mode,
    const TSharedPtr< class IToolkitHos...,
    UStringTable* StringTable
)

Creates an instance of string table editor object.

Overridden from IModuleInterface

Name Description

Public function Virtual

void

 

ShutdownModule()

Called before the module is unloaded, right before the module object is destroyed.

Public function Virtual

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.

Overridden from IHasMenuExtensibility

Name Description

Public function Virtual

TSharedPtr< ...

 

GetMenuExtensibilityManager()

Gets the extensibility managers for outside entities to extend static mesh editor's menus and toolbars

Overridden from IHasToolBarExtensibility

Constants

Name

Description

StringTableEditorAppIdentifier

StringTable Editor app identifier string

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss