Navigation
API > API/Runtime > API/Runtime/Engine
Represents the top-level kind of a type.
| Name | MIR::ETypeKind |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Public/Materials/MaterialIRTypes.h |
| Include Path | #include "Materials/MaterialIRTypes.h" |
Syntax
namespace MIR
{
enum ETypeKind
{
Poison,
Void,
Primitive,
Aggregate,
ShadingModel,
Texture,
RuntimeVirtualTexture,
ParameterCollection,
SubstrateData,
VTPageTableResult,
}
}
Values
| Name | Remarks |
|---|---|
| Poison | |
| Void | |
| Primitive | |
| Aggregate | |
| ShadingModel | |
| Texture | |
| RuntimeVirtualTexture | |
| ParameterCollection | |
| SubstrateData | |
| VTPageTableResult |