Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/MaterialGraph > API/Editor/UnrealEd/MaterialGraph/FMaterialGraphSchemaAction_NewNo-
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Classes/MaterialGraph/MaterialGraphSchema.h |
| Include | #include "MaterialGraph/MaterialGraphSchema.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/MaterialGraphSchema.cpp |
void SetFunctionInputType
&40;
class UMaterialExpressionFunctionInput &42; FunctionInput,
uint32 MaterialValueType
&41; const
Remarks
Sets the type of a Function input based on an EMaterialValueType value.
Parameters
| Name | Description |
|---|---|
| FunctionInput | The function input to set. |
| MaterialValueType | Value type we want input to accept. |