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?
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?
Contains Item node should do the trick i guess.
As said, the contains item node does the trick. Just posting this as an answer.