UE5.7 Add Movement Input missing

why this blueprint is wrong, saying movement input’s target must be linked

Hi @jyx.123

Add Movement Input requires a Pawn as Target. If your class BP_Firstactor doesn’t inherit from Pawn and it is just a regular Actor it won’t work.

You can always check the type of an input or output pin by hovering it.

thank you!!