Character animation

Hello Alyssa.

I was playing about with that very issue the other day and I got a bear to chase me and when in range he does try to hit me. So it’s definitely doable, but I am fairly new to the engine so I just have the AI play it’s attack animation, with collision sphere attached on to its claws and when sphere collides with my body I receive damage and get pushed back a bit.

If you want to attach a weapon to a character you need to create a new Socket for your bone (eg, hand_r if you are using a default character) and then just attach your weapon using AttachToComponent node.

Here is how I’ve done it for my AI character as a test.