Select and item under array.

I have a construction script and i can add anything to an array that i created. I want to select the items added to array by clicking on the list. Can anybody explain how can i do it?

297640-overlap.gif

What i have is this so far. I would like to select the meshes those added to list automaticly but had no luck o manage.

Presumably you’re adding things to the array in the details panel in the editor viewport.

Instead of making it an array of actors ( if that’s what you have ), make it a map:

297656-map.jpg

Then you have selection boxes in the viewport:

297657-select.jpg

See this:

https://forums.unrealengine.com/unreal-engine/feedback-for-epic/1509425-selection-volume

I think you want Blutility, but it is no more. Now you need editor python scripts.

You can expose your Array variable by clicking on the Eye icon when you select the array variable.
Then you will see your array list when clicking on the BP in the editor.