Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Materials
Inheritance Hierarchy
- FValue
- FInstruction
- TInstruction
- FDimensional
- TDimensional
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/Materials/MaterialIR.h |
| Include | #include "Materials/MaterialIR.h" |
Syntax
struct FDimensional : public UE::MIR::TInstruction< VK_Dimensional >
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | Returns whether all components are constant. | ||
| TArrayView< FValue *const > | Returns the constant array of component values. | ||
| TArrayView< FValue * > | Returns the mutable array of component values. |
Constants
| Name | Description |
|---|---|
| MaxNumComponents |