What is actor type of animal creature

hi , im beginner , if i want to create an animal and it will walk around and attack someones , what must i choice base class for this character or pawn ? that animal has 4 legs , it cannot be character ? i can attach only floating movement component to pawn , has it disadvantage to against character movement , thanks ?

if you want it to be able to fly, fall, swim, crouch it must be a character but if want it only move and attack it can be a pawn .

it does not matter if it has 4 feet. you can have a character with 8 feet and 9 heads and 10 hands.

but I suggest you use character. :))))))

thanks , so some animals like lion , sheep are also character ? not pawn ?

They can be both character and pawn.
It depends on you. Make a bike to be a character then that bike will be able to jump swim crouch fall fly run walk and …

Or even you can have a stone as a character then that stone will be able to fly swim jump fall walk run fly crouch.

thanks mate.