Control Rig Physics - Collision Channels

I’m testing out Control Rig physics at the moment and noticed that the Physics Solver has collision “types”: All,Static,Dynamic,None. These seem to be the only available settings for collision which can result in some undesired collisions at runtime.

For example, if you place a box collision for the purposes for tracing only, even when set to a custom object type + query only + block a single trace channel. This box collision will still collide with anything simulated via control rig physics.

Is this intended behaviour? I’ve been unable to find a work around to this.

everything in the engine should work directly with custom collision channels you set up.
If it does not, if you se up channels and they do not appear, immediately file a bug report because someone at epic did something wrong.

What you aren’t supposed to do is to custom flag channels by overriding their collision options.

That does not seem to be the case for Control Rig Physics. As it does not expose the normal/default channels as I mentioned. I’d like to see if anyone else has run into this issue before jumping the bug gun. It’s definitely not working as intended but control rig physics itself is still fairly new/experimental, it literally has nodes/functions with comments like “TODO” and those nodes don’t even work. This is in 5.7 fyi.