Check if array has the same value multiple times

You can use the “Contains” node or “Find” node for this.

See Array Nodes | Unreal Engine Documentation for more explanation.

So I’d like to have an array where each value is unique so that there’s no copies. How can I check that and then remove the similar value holding indexes?

This helped me, thank you!