Navigation
API > API/Developer > API/Developer/Localization > API/Developer/Localization/FLocTextConflicts
Internal conflict item. Maps a source identity to all of its conflicts.
| Name | FConflict |
| Type | struct |
| Header File | /Engine/Source/Developer/Localization/Public/LocTextHelper.h |
| Include Path | #include "LocTextHelper.h" |
Syntax
struct FConflict
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FConflict
(
FLocKey InNamespace, |
LocTextHelper.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| EntriesBySourceLocation | TMultiMap< FString, FLocItem > | LocTextHelper.h | ||
| Key | const FLocKey | LocTextHelper.h | ||
| KeyMetadataObj | TSharedPtr< FLocMetadataObject > | LocTextHelper.h | ||
| Namespace | const FLocKey | LocTextHelper.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Add
(
const FLocItem& Source, |
LocTextHelper.h |