Navigation
API > API/Runtime > API/Runtime/Engine
Primitive types of a single scalar. Note: These are listed in precision order. Converting one to the other is then simply performed taking the max EScalarKind.
| Name | MIR::EScalarKind |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Public/Materials/MaterialIRTypes.h |
| Include Path | #include "Materials/MaterialIRTypes.h" |
Syntax
namespace MIR
{
enum EScalarKind
{
ScalarKind_Bool,
ScalarKind_Int,
ScalarKind_Float,
}
}
Values
| Name | Remarks |
|---|---|
| ScalarKind_Bool | |
| ScalarKind_Int | |
| ScalarKind_Float |