Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Materials > API/Runtime/Engine/Materials/UMaterialExpression > API/Runtime/Engine/Materials/UMaterialExpression/GetInput
- UMaterialExpression::GetInput()
- UMaterialExpressionBentNormalCustomOutput::GetInput()
- UMaterialExpressionBlendMaterialAttributes::GetInput()
- UMaterialExpressionBreakMaterialAttributes::GetInput()
- UMaterialExpressionClearCoatNormalCustomOutput::GetInput()
- UMaterialExpressionComposite::GetInput()
- UMaterialExpressionCustom::GetInput()
- UMaterialExpressionMaterialFunctionCall::GetInput()
- UMaterialExpressionPinBase::GetInput()
- UMaterialExpressionRuntimeVirtualTextureSample::GetInput()
- UMaterialExpressionSetMaterialAttributes::GetInput()
- UMaterialExpressionSparseVolumeTextureSample::GetInput()
- UMaterialExpressionSubstrateConvertMaterialAttributes::GetInput()
- UMaterialExpressionSubstrateShadingModels::GetInput()
- UMaterialExpressionSwitch::GetInput()
- UMaterialExpressionTextureSample::GetInput()
- UMaterialExpressionTransformPosition::GetInput()
- UMaterialExpressionVertexInterpolator::GetInput()
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Public/Materials/MaterialExpression.h |
Include | #include "Materials/MaterialExpression.h" |
Source | /Engine/Source/Runtime/Engine/Private/Materials/MaterialExpressions.cpp |
virtual FExpressionInput * GetInput
(
int32 InputIndex
)
Remarks
Returns the input at index InputIndex if valid, nullptr otherwise. Note: Implementations are required to return nullptr for invalid input indices.