FTranslationEditorModule::CreateTranslationEditor

Creates an instance of translation editor object.

Windows
MacOS
Linux

References

Module

TranslationEditor

Header

/Engine/Source/Editor/TranslationEditor/Public/TranslationEditorModule.h

Include

#include "TranslationEditorModule.h"

Source

/Engine/Source/Editor/TranslationEditor/Private/TranslationEditorModule.cpp

Syntax

virtual TSharedRef< FTranslationEditor > CreateTranslationEditor
(
    const FString & ManifestFile,
    const FString & NativeArchiveFile,
    const FString & ArchiveFileToEdit,
    bool & OutLoadedSuccessfully
)

Remarks

Creates an instance of translation editor object. Only virtual so that it can be called across the DLL boundary.

Returns

The new instance of the translation editor

Parameters

Parameter

Description

ManifestFile

The path to the manifest file to be used for contexts.

NativeArchiveFile

The path to the archive file for the native language.

ArchiveFileToEdit

The path to the archive file to be viewed and edited.

OutLoadedSuccessfully

Whether or not the translation editor was able to load successfully from the .manifest and .archive files

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