I would like to be able to select only one item in a ListView in Blueprint.
How can I do this?
If I select another item, will the already selected item be deselected?
The isSelected in the OnItemSelectionChanged event is just set to true.
False would not have brought the event.
Is the only way to do this is to create my own deselection process?
Thank you.