Navigation
API > API/Runtime > API/Runtime/Engine
| Name | TInstruction |
| Type | struct |
| Header File | /Engine/Source/Runtime/Engine/Public/Materials/MaterialIR.h |
| Include Path | #include "Materials/MaterialIR.h" |
Syntax
template<EValueKind TTypeKind, uint32 TNumStaticUses>
struct TInstruction : public MIR::FInstruction
Inheritance Hierarchy
- FValue → FInstruction → TInstruction
Derived Classes
TInstruction derived class hierarchy
- FBranch
- FCall
- FCallParameterOutput
- FComposite
- FExtern
- FNop
- FOperator
- FPartialDerivative
- FPreshaderParameter
- FScalar
- FSetMaterialOutput
- FSetVertexInterpolator
- FStageSwitch
- FSubscript
- FSubstrateAdd
- FSubstrateCoverageWeight
- FSubstrateDefaultSlab
- FSubstrateHorizontalMixing
- FSubstratePromoteToOperator
- FSubstrateSelect
- FSubstrateShadingModels
- FSubstrateSlab
- FSubstrateToon
- FSubstrateVerticalLayering
- FTextureRead
- FVTPageTableRead
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| NumStaticUses | uint32 | The number of values this instruction uses statically. | Materials/MaterialIR.h |
| TypeKind | EValueKind | The kind of this instruction. | Materials/MaterialIR.h |