Disable Collision of Characters

I’m actually a bit shocked that I need to ask such a stupid question here, but it just does not work, I know it should be very simple…
I have a character, and I have placed many of them into the level… Once the game starts, they all run to a certain location (move to node in behaviour tree).
I have set these collision settings:

http://puu.sh/e7Tl9/58ad6666cc.png

So they are pawns, and they ignore pawns… But still they don’t run through each other. Once the first characters reached their move to goal, the others just stupidly run against the other characters, so they clearly collide.

So I guess I am doing something wrong… Maybe Characters always want to collide, no matter what the collision settings are?

Actually, I use this class as a parent for multible childs. The strange thing is, for one child it is working, for another child it is not working… I spent the last 2 hours comparing the settings of these 2 childs and they are absolutely equal :frowning: So why does it work for one but not for another…

What is the setting of the rest of your components?

My guess would be you have a capsule or anything besides the plain mesh which does collide with pawns. Could that be the case?

Cheers

I have the character movement component, an arrow component and the Character mesh. The mesh is set to “Character Mesh” Collision which ignores pawns by default. Then I have 3 additional static mesh components which all have no collision.

Just out of curiosity have you tried ignoring everything but world static?