FStringTableEditorModule::CreateStringTableEditor

Creates an instance of string table editor object.

Windows
MacOS
Linux

References

Module

StringTableEditor

Header

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

Include

#include "StringTableEditorModule.h"

Source

/Engine/Source/Editor/StringTableEditor/Private/StringTableEditorModule.cpp

Syntax

TSharedRef< IStringTableEditor > CreateStringTableEditor
(
    const EToolkitMode::Type Mode,
    const TSharedPtr< class IToolkitHost > & InitToolkitHost,
    UStringTable * StringTable
)

Remarks

Creates an instance of string table editor object.

Returns

Interface to the new string table editor

Parameters

Parameter

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

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