FLocTextHelper::AddConflict

Add a new conflict entry.

Windows
MacOS
Linux

References

Module

Localization

Header

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

Include

#include "LocTextHelper.h"

Source

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

Syntax

void AddConflict
(
    const FLocKey & InNamespace,
    const FLocKey & InKey,
    const TSharedPtr< FLocMetadataObject > & InKeyMetadata,
    const FLocItem & InSource,
    const FString & InSourceLocation
)

Remarks

Add a new conflict entry.

Parameters

Parameter

Description

InNamespace

The namespace of the entry.

InKey

The key/identifier of the entry.

InKeyMetadata

Entry Metadata keys.

InSource

The source info for the conflict.

InSourceLocation

The source location of the conflict.

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