FPortableObjectFormatDOM::FindEntry

Returns the Portable Object file entry that matches the passed in parameters or NULL if not found

Windows
MacOS
Linux

References

Module

Localization

Header

/Engine/Source/Developer/Localization/Public/PortableObjectFormatDOM.h

Include

#include "PortableObjectFormatDOM.h"

Source

/Engine/Source/Developer/Localization/Private/PortableObjectFormatDOM.cpp

Syntax

TSharedPtr< FPortableObjectEntry > FindEntry
(
    const FString & MsgId,
    const FString & MsgIdPlural,
    const FString & MsgCtxt
) const

Remarks

Returns the Portable Object file entry that matches the passed in parameters or NULL if not found

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