Navigation
API > API/Editor > API/Editor/StringTableEditor > API/Editor/StringTableEditor/FStringTableEditorModule
References
| Module | StringTableEditor |
| Header | /Engine/Source/Editor/StringTableEditor/Public/StringTableEditorModule.h |
| Include | #include "StringTableEditorModule.h" |
| Source | /Engine/Source/Editor/StringTableEditor/Private/StringTableEditorModule.cpp |
TSharedRef< IStringTableEditor > CreateStringTableEditor
&40;
const EToolkitMode::Type Mode,
const TSharedPtr< class IToolkitHost > & InitToolkitHost,
UStringTable &42; StringTable
&41;
Remarks
Creates an instance of string table editor object. Interface to the new string table editor
Parameters
| Name | Description |
|---|---|
| Mode | Mode that this editor should operate in |
| InitToolkitHost | When Mode is WorldCentric, this is the level editor instance to spawn this editor within |
| StringTable | The string table to start editing |