NDI source list

i want to make a list with combo box but it just add 1 source, how do i change the blueprint to add more?


image

You are only getting the first array (0). You want to iterate through everything existing in the NDI source collection. Add each found monitor every time it loops through.

image

And what should i do later? After getting the list how do i choose them to show, for example, on a screen? I receive one of them but it doesn´t change, i dont know where the problem is. Thanks