PortableObjectPipeline::Import

Update the given LocTextHelper with the translation data imported from the PO file 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::Import
    (
        FLocTextHelper & InLocTextHelper,
        const FString & InCulture,
        const FString & InPOFilePath,
        const ELocalizedTextCollapseMode InTextCollapseMode,
        const EPortableObjectFormat InPOFormat
    )
}

Remarks

Update the given LocTextHelper with the translation data imported from the PO file 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