UMG ListView Items

Hello,

I have been searching for a way to access items from a listview. I have had no issues with adding items to a listview. My issue is how do I see what item is selected and retrieve it from the listview using blueprints? Thank you.

v/r

Josh

List and Tile View are incomplete in 4.4, and have been hidden in 4.5 until we have time to revisit them. If you just need a list of widgets use the Scroll View.

Alright, thank you for the information!