You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
ANIMGRAPH: SLOTNODE: Add refresh option to refresh correctly.
[CL 2255083 by Lina Halper in Main branch]
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user