PortableObjectPipeline::ParsePOMsgCtxtForIdentity

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

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
{
    void PortableObjectPipeline::ParsePOMsgCtxtForIdentity
    (
        const FString & MsgCtxt,
        FString & OutNamespace,
        FString & OutKey
    )
}

Remarks

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

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