Custom Character Animations

How do I add custom animations to the Character?

Still need an answer

You do this in the AnimBlueprint used by the Character. If you look in the templates, it should be easy to find, and you can see how the basics are hooked up there.

How do I look in the templates?

I tried to look in Character.cpp and didn’t find any instance of AnimBlueprint.

AnimBlueprint is exactly blueprint, asset, not the specified source file in templates.

You can program animations via code, obviously, but it’s not worth it, use blueprints.