PortableObjectPipeline::Import

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

Unreal Engine C++ API Reference > Developer > Localization

References

   
Module Localization
Header /Engine/Source/Developer/Localization/Public/PortableObjectPipeline.h
Include #include "PortableObjectPipeline.h"
Source /Engine/Source/Developer/Localization/Private/PortableObjectPipeline.cpp
namespace PortableObjectPipeline  
{  
    bool PortableObjectPipeline::Import  
    (  
        [FLocTextHelper](API\Developer\Localization\FLocTextHelper) & InLocTextHelper,  
        const [FString](API\Runtime\Core\Containers\FString) & InCulture,  
        const [FString](API\Runtime\Core\Containers\FString) & InPOFilePath,  
        const [ELocalizedTextCollapseMode](API\Developer\Localization\ELocalizedTextCollapseMode) InTextCollapseMode,  
        const [EPortableObjectFormat](API\Developer\Localization\EPortableObjectFormat) InPOFormat  
    )  
}  

Remarks

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


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library