Physics Movement with APawn

I’m trying to get physics based movement to work for APawn, does anyone have any idea how to do this? Happy to list the things I have already tried if this isn’t something just totally obvious.

#Solution

use ACharacter, it has a built in Mesh component

use Mesh->SetSimulatingPhysics(true)

done!

Rama