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