How to prevent actors from spawning in inaccessible areas?

The issue with movement is caused by the item collision hitting the capsule component. Fix is to create a custom “PawnCapsule” collision in project settings. Then have your collision on items ignore “PawnCapsule”, but block Pawn.

That’s a Collision Hull. Collision components are an entirely different thing.

1 Like