You can test that it finds points via something like this here (where I tested it myself it worked):
And the “Test” event is marked “Call In Editor” so that you can directly call it inside the editor without starting the game.
And by the way, I would generally use behavior tree for what you’re doing above, not EventTick (I don’t think that is causing your problem though, just generally).