Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Materials
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/Materials/MaterialIRTypes.h |
| Include | #include "Materials/MaterialIRTypes.h" |
Syntax
namespace UE
{
namespace MIR
{
enum EScalarKind
{
SK_Bool,
SK_Int,
SK_Float,
}
}
}
Values
| Name | Description |
|---|---|
| SK_Bool | |
| SK_Int | |
| SK_Float |
Remarks
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.