Navigation
API > API/Runtime > API/Runtime/Engine
A type cast instruction.
This instruction casts an argument value to a different type.
| Name | FCast |
| Type | struct |
| Header File | /Engine/Source/Runtime/Engine/Public/Materials/MaterialIR.h |
| Include Path | #include "Materials/MaterialIR.h" |
Syntax
struct FCast : public MIR::TInstruction< VK_Cast, 1 >
Inheritance Hierarchy
- FValue → FInstruction → TInstruction → FCast
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Arg | FValue * | The argument value to cast. | Materials/MaterialIR.h |