Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Materials > API/Runtime/Engine/Materials/UMaterial > API/Runtime/Engine/Materials/UMaterial/PropagateExpressionParameterChan-
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 |
virtual void PropagateExpressionParameterChanges
(
const FName & ParameterName,
const FMaterialParameterMetadata & Meta
)
Remarks
A parameter with duplicates has to update its peers so that they all have the same value. If this step isn't performed then the expression nodes will not accurately display the final compiled material.
Parameters
| Name | Description |
|---|---|
| ParameterName | Name of the parameter to update |
| Meta | New value of the parameter |