Navigation
API > API/Developer > API/Developer/Localization
| Name | ELocalizationTargetConflictStatus |
| Type | enum |
| Header File | /Engine/Source/Developer/Localization/Public/LocalizationTargetTypes.h |
| Include Path | #include "LocalizationTargetTypes.h" |
Syntax
enum ELocalizationTargetConflictStatus
{
Unknown,
ConflictsPresent,
Clear,
}
Values
| Name | Remarks |
|---|---|
| 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. |