Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FType
Description
Returns a primitive type with the given kind and dimensions. Double inverse matrix flag is only supported for EScalarKind::Double and 4x4 dimensions.
| Name | MakePrimitive |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Materials/MaterialIRTypes.h |
| Include Path | #include "Materials/MaterialIRTypes.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Materials/MaterialIRTypes.cpp |
static FType MakePrimitive
(
EScalarKind InScalarKind,
int NumRows,
int NumColumns,
bool bIsDoubleInverseMatrix
)