Navigation
Unreal Engine C++ API Reference > Runtime > Core > Internationalization > ELocalizedTextSourcePriority
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Internationalization/LocalizedTextSourceTypes.h |
Include | #include "Internationalization/LocalizedTextSourceTypes.h" |
Syntax
enum Enum
&123;
Lowest = -1000,
Low = -100,
Normal = 0,
High = 100,
Highest = 1000,
&125;
Values
Name | Description |
---|---|
Lowest | |
Low | |
Normal | |
High | |
Highest |