Can't open AnimGraph tab, AnimGraph not listed

Hi,

I am just about to go through “How to setup character movement” and while on chapter 5 I am not able to open AnimGraph tab. I read the post about opening it again via MyBlueprints/Graph section but strange to say it’s not listed there. Only the EventGraph is listed. I tried to create a new graph and naming it “AnimGraphTab” but then I get an error message stating: “AnimGraph is in use by another variabe or function!”.

I am using Unreal Engine 4.7.2.

Regards,
Maik.
,

Just in case someone else has this same problem the fix is to make sure when creating a new animation blueprint that you select “Anim Instance” as the template; otherwise the blueprint generator will bug out and not include an animgraph

113242-qq截图20161101161455.png

Click this in “My Blueprint” tab

The template that you use to generate the Animation Blueprint will determine whether or not you have an AnimGraph tab; some of the templates were made without an AnimGraph because you dont necessarily need a state machine to drive animation sequences.