Need to reference target points in AI blue print

I can get the target points in the level BP but not the AI one. I have created object variables to the target point BPs but the AI character wont move to them with a simple move to actor.

15520-capture9.png

How did you set your TargetPoint?

You need to find the object in your level somehow. You could get the right once from your level blueprint and set it in your AI blueprint.

Or you can use “Get all actors by class” (or similar. Sorry I forgot the exact name) which will output an array with all target point blueprints inside your level and select one of those.