Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Materials > API/Runtime/Engine/Materials/UMaterialParameterCollection
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Materials/MaterialParameterCollection.h |
| Include | #include "Materials/MaterialParameterCollection.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Materials/ParameterCollection.cpp |
FLinearColor GetVectorParameterDefaultValue
&40;
FName ParameterName,
bool & bParameterFound
&41; const
Remarks
Gets the default value of a scalar parameter from a material collection. the value of the parameter
Parameters
| Name | Description |
|---|---|
| ParameterName | The name of the value to get the value of |
| bParameterFound | if a parameter with the input name was found |