I am making a setup for helicopter physics, the pawn should have the ability for the physics. Just like you assign rigidbody to an object in unity, but I want the collision from the child actor I’ve added to the pawn. The pawn should exhibit physics, but it should use the child’s collider for collision.
If not, how should I setup the blueprint ?
Many thanks !