Check if any object in an array is equal to a specified actor

Contains Item node should do the trick i guess.

Hi all,

So I have a platform, and I’m checking using get all overlapping actors, (outputs an array) if the character is on it.
How do I go through this array, and make sure every entry is not (or is) equal to an object in an array?

As said, the contains item node does the trick. Just posting this as an answer.