Making an NPC AI move around in UE5?

Hi there,
Have you assigned the AI controller to your enemy character?

On your blackboard tree, select the node “move to” and go to the right panel. Make sure the variable K_TargetLocation = Vector, not “self actor” as default. You need to make sure the names always match up.

1 Like