PortableObjectPipeline::ImportAll

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

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::ImportAll  
    (  
        [FLocTextHelper](API\Developer\Localization\FLocTextHelper) & InLocTextHelper,  
        const [FString](API\Runtime\Core\Containers\FString) & InPOCultureRootPath,  
        const [FString](API\Runtime\Core\Containers\FString) & InPOFilename,  
        const [ELocalizedTextCollapseMode](API\Developer\Localization\ELocalizedTextCollapseMode) InTextCollapseMode,  
        const [EPortableObjectFormat](API\Developer\Localization\EPortableObjectFormat) InPOFormat,  
        const bool bUseCultureDirectory  
    )  
}  

Remarks

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


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library