What would be the C++ equivalent to this blueprint?

Hello!

I’ve been following this tutorial - YouTube
What would a c++ version of the final blueprint look like?

Take a look at the Third-Person C++ templates in the engine, you’ll see some C++ character implementations.

It would look like the same logic, but in c++.

as mid_gen said, a good place to start is the third person cpp templates.

Create a new project of the template in both c++ and blueprint, and compare the two. This is the best way for you to learn how blueprints can convert to c++.