Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/ELocalizedTextSourcePriority
| Name | Enum |
| Type | enum |
| Header File | /Engine/Source/Runtime/Core/Public/Internationalization/LocalizedTextSourceTypes.h |
| Include Path | #include "Internationalization/LocalizedTextSourceTypes.h" |
Syntax
enum Enum
{
Lowest = -1000,
Low = -100,
Normal = 0,
High = 100,
Highest = 1000,
}
Values
| Name | Remarks |
|---|---|
| Lowest | |
| Low | |
| Normal | |
| High | |
| Highest |