Can anyone tell me why my code is broken?

Hey @RLK_III,

You actually already shared this one, but let’s take another look at it. Your problem is definitely originating somewhere in the top portion.

So, moving from left to right:

  • Your do once is never reset, so it would never fire for a second time. If this needs to call recursively it will not work.
  • Everywhere else you call your sylvie blueprint to find your character movement.
  • You made a variable just to move it down. If you connect the pin directly to targeting the character movement component, does that change anything?

Maybe you meant to post a different blueprint you were suspicious of, and I would be happy to take a look at that too!

1 Like