Toggling collision problem

Hello.

I have a problem with a little project of mine. What nodes should I use in blueprints to toggle collision on a specific object?

I have created a simple functionality which toggles visiblity of a given block. This works great, nevertheless toggling doesn’t remove the collision alongside with a block.

Thanks in advance,

Hi man , sure!
For example, you can use the node “set collision enabled” and select the no collision.

Thanks! I haven’t thought that this would be so simple : ) This node combined with flip flops gave expected results.