- Find all actors of class
- For loop these and do:
- calculate distance (I believe this is a node) between the two actors
- Check if this distance is closer than the saved distance
- Save this distance AND the actor if closer
You’ll need:
- A distance (float) variable
- Prob an actor variable or whatever type you’re distancing to