I have an actor blueprint and a static mesh as the root. I have set the collision preset as Block All and also the UnrealEngine BasicShapes are also have the collision preset as Block All. But the Static mesh can collide with unreal engine basic shapes even their collision preset is set to block all.
This is the collision setting of my static mesh.
and this is the collision setting of the unreal engine basic shape.
when I am using this blueprint as the player, it can collide into basic shapes. how can I block them also?
this is how I set the static mesh in the blueprint