How do I Play An Animation In C++?

Hi,I am learning C++ in Unreal and I Want To Play An Animation In C++. I want It for a character. Thanks In Advanced.

Does this post help at all? http://orfeasel.com/handling-animations-in-c/

Like the author of that post, I recommend handling some of the animation within blueprints if possible as the state machine controllers do make life a lot easier!

Yes it helps, thank you