Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Materials > API/Runtime/Engine/Materials/UMaterialParameterCollection
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/Materials/MaterialParameterCollection.h |
| Include | #include "Materials/MaterialParameterCollection.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Materials/ParameterCollection.cpp |
UFUNCTION (BlueprintCallable, Category="Rendering|Material",
Meta=(Keywords="GetFloatParameterDefaultValue"))
FLinearColor GetVectorParameterDefaultValue
(
FName ParameterName,
bool & bParameterFound
) 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 |