Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Editor/UnrealEd/Classes/MaterialGraph/MaterialGraphSchema.h |
Include |
#include "MaterialGraph/MaterialGraphSchema.h" |
Source |
/Engine/Source/Editor/UnrealEd/Private/MaterialGraphSchema.cpp |
void SetFunctionInputType
(
class UMaterialExpressionFunctionInput * FunctionInput,
uint32 MaterialValueType
) const
Sets the type of a Function input based on an EMaterialValueType value.
Parameter |
Description |
---|---|
FunctionInput |
The function input to set. |
MaterialValueType |
Value type we want input to accept. |