Navigation
API > API/Runtime > API/Runtime/Engine
| |
|
| Name |
EMaterialScalarParameterControlType |
| Type |
enum |
| Header File |
/Engine/Source/Runtime/Engine/Public/Materials/MaterialExpressionScalarParameter.h |
| Include Path |
#include "Materials/MaterialExpressionScalarParameter.h" |
Syntax
enum EMaterialScalarParameterControlType
{
Numeric,
Enumeration,
EnumerationIndex,
}
Values
| Name |
Remarks |
| Numeric |
Use the default numeric entry. |
| Enumeration |
Use a fixed enumeration combo box. |
| EnumerationIndex |
Use an enumeration combo box where the enumeration type is set by the material instance. |