Hi, as the title suggests I’m not sure how I’m supposed to accomplish what I’m trying to do here without the use of Display name.
You cant see it but there is an String “Equals” connected to a branch just after the two Display names. Essentially I’m trying to filter out certain actors overlapping a sphere in my game world by comparing the name of the overlapping actor with the name of an actor from another array. I have tried just replacing the string “Equals” with an actor “Equals” but it doesn’t behave the same way and I’m not sure why. Any help would be appreciated.
Here is a larger albeit Fuzzier image of the code