PortableObjectPipeline::Export

Use the given LocTextHelper to generate a new PO file using the translation data for the given culture

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
{
    bool PortableObjectPipeline::Export
    (
        FLocTextHelper & InLocTextHelper,
        const FString & InCulture,
        const FString & InPOFilePath,
        const ELocalizedTextCollapseMode InTextCollapseMode,
        const EPortableObjectFormat InPOFormat,
        const bool bShouldPersistComments
    )
}

Remarks

Use the given LocTextHelper to generate a new PO file using the translation data for the given culture

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