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
{
Bool,
Int,
Float,
Double,
}
}
Values
| Name | Remarks |
|---|---|
| Bool | |
| Int | |
| Float | |
| Double |