From d07b115569e5cb7b343dd0d0ea1fccc448cfd633 Mon Sep 17 00:00:00 2001 From: Guthrie Adams Date: Wed, 15 Sep 2021 18:14:18 -0500 Subject: [PATCH] Rebuilding UI and instance data hierarchy on any external property change Signed-off-by: Guthrie Adams --- .../Code/Source/Material/EditorMaterialComponentInspector.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)