Navigation
API > API/Developer > API/Developer/Localization
References
| Module | Localization |
| Header | /Engine/Source/Developer/Localization/Public/LocalizationTargetTypes.h |
| Include | #include "LocalizationTargetTypes.h" |
Syntax
enum ELocalizationTargetConflictStatus
&123;
Unknown,
ConflictsPresent,
Clear,
&125;
Values
| Name | Description |
|---|---|
| Unknown | The status of conflicts in this localization target could not be determined. |
| ConflictsPresent | The are outstanding conflicts present in this localization target. |
| Clear | The localization target is clear of conflicts. |