FLocTextConflicts

Class that tracks any conflicts that occur when gathering source text entries.

Windows
MacOS
Linux

References

Module

Localization

Header

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

Include

#include "LocTextHelper.h"

Syntax

class FLocTextConflicts

Remarks

Class that tracks any conflicts that occur when gathering source text entries.

Constructors

Name Description

Public function

FLocTextConflicts()

Functions

Name Description

Public function

void

 

AddConflict

(
    const FLocKey& InNamespace,
    const FLocKey& InKey,
    const TSharedPtr< FLocMetadataObjec...,
    const FLocItem& InSource,
    const FString& InSourceLocation
)

Add a new conflict entry.

Public function Const

FString

 

GetConflictReport()

Convert the conflicts to a string format that can be easily saved as a report summary.

Typedefs

Name

Description

FConflictMap

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