Disable camera collision

Can I disable camera`s collison only for some objects?For example : the camera has no collision(but the character has) with a box but has with the rest of objects

You can set your camera’s collision response to ignore some channels

Here’s a good explanation on it :

And also you can set a custom collision channel for your objects so that you can specifically have a collision that ignores your camera

Here’s how : Add a Custom Object Type to Your Project | Unreal Engine Documentation

wow,thank you! it was in front of my eyes all the time but I didn`t see the custom option …