diff --git a/Gems/AtomLyIntegration/CommonFeatures/Code/Source/Material/EditorMaterialComponentInspector.cpp b/Gems/AtomLyIntegration/CommonFeatures/Code/Source/Material/EditorMaterialComponentInspector.cpp index 939417f236..a3152faf87 100644 --- a/Gems/AtomLyIntegration/CommonFeatures/Code/Source/Material/EditorMaterialComponentInspector.cpp +++ b/Gems/AtomLyIntegration/CommonFeatures/Code/Source/Material/EditorMaterialComponentInspector.cpp @@ -366,7 +366,7 @@ namespace AZ m_dirtyPropertyFlags.set(); RunEditorMaterialFunctors(); - RefreshAll(); + RebuildAll(); } void MaterialPropertyInspector::SaveOverridesToEntity(bool commitChanges)