PortableObjectPipeline::ParseIdentityFromPO

Given the "msgctxt" or "msgid" field of a PO file, split it into the namespace and key

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  
{  
    void PortableObjectPipeline::ParseIdentityFromPO  
    (  
        const [FString](API\Runtime\Core\Containers\FString) & InIdentity,  
        [FString](API\Runtime\Core\Containers\FString) & OutNamespace,  
        [FString](API\Runtime\Core\Containers\FString) & OutKey  
    )  
}  

Remarks

Given the "msgctxt" or "msgid" field of a PO file, split it into the namespace and key


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library