ANIMGRAPH: SLOTNODE: Add refresh option to refresh correctly.

[CL 2255083 by Lina Halper in Main branch]
This commit is contained in:
Lina Halper
2014-08-13 15:34:28 -04:00
committed by UnrealBot
parent e513ea2300
commit 88defb1003

View File

@@ -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)
{