Navigation
Unreal Engine C++ API Reference > Editor > TranslationEditor > FTranslationEditorModule > CreateTranslationEditor
References
Module | TranslationEditor |
Header | /Engine/Source/Editor/TranslationEditor/Public/TranslationEditorModule.h |
Include | #include "TranslationEditorModule.h" |
Source | /Engine/Source/Editor/TranslationEditor/Private/TranslationEditorModule.cpp |
virtual TSharedRef< FTranslationEditor > CreateTranslationEditor
&40;
const FString & ManifestFile,
const FString & NativeArchiveFile,
const FString & ArchiveFileToEdit,
bool & OutLoadedSuccessfully
&41;
Remarks
Creates an instance of translation editor object. Only virtual so that it can be called across the DLL boundary. The new instance of the translation editor
Parameters
Name | 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 |