Navigation
API > API/Runtime > API/Runtime/Engine
Instruction that evaluates some user-function call output parameter result.
| Name | FCallParameterOutput |
| Type | struct |
| Header File | /Engine/Source/Runtime/Engine/Public/Materials/MaterialIR.h |
| Include Path | #include "Materials/MaterialIR.h" |
Syntax
struct FCallParameterOutput : public MIR::TInstruction< VK_CallParameterOutput, 1 >
Inheritance Hierarchy
- FValue → FInstruction → TInstruction → FCallParameterOutput
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Call | FValue * | The function call. | Materials/MaterialIR.h | |
| Index | int32 | The index of the output parameter to fetch the value from. | Materials/MaterialIR.h |