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