Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FEmitter
Description
Retrieves the value flowing into given input. If the value is missing, it reports an error and returns poison. If the expression is marked MIR_OnDemandInputRequest and the dependency hasn't been built yet, sets Pending and returns poison, use UE_MIR_CHECKPOINT to defer.
| Name | Input |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Materials/MaterialIREmitter.h |
| Include Path | #include "Materials/MaterialIREmitter.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Materials/MaterialIREmitter.cpp |
FValueRef Input
(
const FExpressionInput * Input
)