Navigation
API > API/Runtime > API/Runtime/Engine
A scalar construction instruction.
This instruction constructs a scalar from another (of possibly a different scalar kind).
| Name | FScalar |
| Type | struct |
| Header File | /Engine/Source/Runtime/Engine/Public/Materials/MaterialIR.h |
| Include Path | #include "Materials/MaterialIR.h" |
Syntax
struct FScalar : public MIR::TInstruction< VK_Scalar, 1 >
Inheritance Hierarchy
- FValue → FInstruction → TInstruction → FScalar
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Arg | FValue * | The initializing argument value. | Materials/MaterialIR.h |