Navigation
API > API/Runtime > API/Runtime/Core
| Name | ETextPluralForm |
| Type | enum |
| Header File | /Engine/Source/Runtime/Core/Public/Internationalization/Text.h |
| Include Path | #include "Internationalization/Text.h" |
Syntax
enum ETextPluralForm
{
Zero = 0,
One,
Two,
Few,
Many,
Other,
Count,
}
Values
| Name | Remarks |
|---|---|
| Zero | |
| One | |
| Two | |
| Few | |
| Many | |
| Other | |
| Count |