Navigation
API > API/Runtime > API/Runtime/Engine
| Name | EFloatToIntMode |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Public/Materials/MaterialExpressionFloatToUInt.h |
| Include Path | #include "Materials/MaterialExpressionFloatToUInt.h" |
Syntax
enum EFloatToIntMode
{
Truncate,
Floor,
Round,
Ceil,
}
Values
| Name | Remarks |
|---|---|
| Truncate | |
| Floor | |
| Round | |
| Ceil |