blueprint arrays how to prevent duplication resolts?

Greettings!

I have a problema with arrays that give back duplication items! How can I avoid getting back the same resolt two times?

Thanks in advance!!!

Use add unique when adding, not add. This way you ensure your item is unique.

Thanks for the feedback!!!

[=Zireael07;644286]
Use add unique when adding, not add. This way you ensure your item is unique.
[/]

Thanks Zireael07 for feedback! my main problem is with the “INSERT”, know of any alternatives to solve that?

Thanks again!!!

You will need to loop over the array and test each time if the respective element is equal to the one you want to insert. If none is, you can insert it. I am sure this is what happens within the node AddUnique anyway.

Thanks!!!

[=Pepeeee;644563]
You will need to loop over the array and test each time if the respective element is equal to the one you want to insert. If none is, you can insert it. I am sure this is what happens within the node AddUnique anyway.
[/]

…Thanks for the feedback Pepeeee! By the way any chance that someone knows how to do in blueprint the code as is inside the addunique? I am very basic in code!

…Happy new year to all!!!

Suggestions welcome!

Hello again!..

…If anyone has any alternative suggestions please feel free to give them!!! cause I need them!!! :slight_smile: