From 88defb1003a37bdb42657df1041c7fb3c929862d Mon Sep 17 00:00:00 2001 From: Lina Halper Date: Wed, 13 Aug 2014 15:34:28 -0400 Subject: [PATCH] ANIMGRAPH: SLOTNODE: Add refresh option to refresh correctly. [CL 2255083 by Lina Halper in Main branch] --- .../Private/Customization/AnimGraphNodeSlotDetails.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Engine/Source/Editor/Persona/Private/Customization/AnimGraphNodeSlotDetails.cpp b/Engine/Source/Editor/Persona/Private/Customization/AnimGraphNodeSlotDetails.cpp index 9bec0eb73495..fade456b9536 100644 --- a/Engine/Source/Editor/Persona/Private/Customization/AnimGraphNodeSlotDetails.cpp +++ b/Engine/Source/Editor/Persona/Private/Customization/AnimGraphNodeSlotDetails.cpp @@ -198,6 +198,11 @@ int32 FAnimGraphNodeSlotDetails::RefreshSlotNames() } } + if (SlotNameComboBox.IsValid()) + { + SlotNameComboBox->RefreshOptions(); + } + // if SlotNameComboList is empty, just add a temporary message to avoid a combo box problem which doesn't show the list properly if empty if (SlotNameComboList.Num() == 0) {