Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Materials > API/Runtime/Engine/Materials/UMaterial
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Materials/Material.h |
| Include | #include "Materials/Material.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Materials/Material.cpp |
FExpressionInput &42; GetExpressionInputForProperty
&40;
EMaterialProperty InProperty
&41;
Remarks
Get the expression input for the given property FExpressionInput* A pointer to the expression input of the property specified, or NULL if an invalid property was requested (some properties have been removed from UI, those return NULL).
Parameters
| Name | Description |
|---|---|
| InProperty | The material property chain to inspect, such as MP_BaseColor. |