PortableObjectPipeline::ImportAll

Update the given LocTextHelper with the translation data imported from the PO file for all cultures

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::ImportAll
    (
        FLocTextHelper & InLocTextHelper,
        const FString & InPOCultureRootPath,
        const FString & InPOFilename,
        const ELocalizedTextCollapseMode InTextCollapseMode,
        const EPortableObjectFormat InPOFormat,
        const bool bUseCultureDirectory
    )
}

Remarks

Update the given LocTextHelper with the translation data imported from the PO file for all cultures

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