How to spawn Skeletal Mesh as a projectile?

Someone said in this post: Projectile with skeletal mesh/physics not working

You need to turn off simulate physics on your static mesh. ProjectileMovementComponent is incompatible with that option.

If I may ask, do you want to use a Skeletal mesh as a projectile because of deformation or the use of animation?