Navigation
Unreal Engine C++ API Reference > Developer > Localization
References
Module | Localization |
Header | /Engine/Source/Developer/Localization/Public/LocalizationTargetTypes.h |
Include | #include "LocalizationTargetTypes.h" |
Syntax
enum ELocalizationTargetConflictStatus
{
Unknown,
ConflictsPresent,
Clear,
}
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. |