PortableObjectPipeline::ParseBasicPOFileEntry

Parse the basic data (msgctxt, msgid, msgstr) from a PO entry

Windows
MacOS
Linux

References

Module

Localization

Header

/Engine/Source/Developer/Localization/Public/PortableObjectPipeline.h

Include

#include "PortableObjectPipeline.h"

Source

/Engine/Source/Developer/Localization/Private/PortableObjectPipeline.cpp

Syntax

namespace PortableObjectPipeline
{
    void PortableObjectPipeline::ParseBasicPOFileEntry
    (
        const FPortableObjectEntry & POEntry,
        FString & OutNamespace,
        FString & OutKey,
        FString & OutSourceString,
        FString & OutTranslation,
        const ELocalizedTextCollapseMode InTextCollapseMode,
        const EPortableObjectFormat InPOFormat
    )
}

Remarks

Parse the basic data (msgctxt, msgid, msgstr) from a PO entry

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