Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UMaterialExpression
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FExpressionInput * GetInput
(
int32 InputIndex |
Returns the input at index InputIndex if valid, nullptr otherwise. | Materials/MaterialExpression.h | |
const FExpressionInput * GetInput
(
int32 InputIndex |
Materials/MaterialExpression.h |
GetInput(int32)
Description
Returns the input at index InputIndex if valid, nullptr otherwise. Note: Implementations are required to return nullptr for invalid input indices.
| Name | GetInput |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Materials/MaterialExpression.h |
| Include Path | #include "Materials/MaterialExpression.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Materials/MaterialExpressions.cpp |
virtual FExpressionInput * GetInput
(
int32 InputIndex
)
GetInput(int32)
| Name | GetInput |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Materials/MaterialExpression.h |
| Include Path | #include "Materials/MaterialExpression.h" |
const FExpressionInput * GetInput
(
int32 InputIndex
) const