[Feature Request] Commenting out BP

This has been mentioned a couple of times in different sections but marked as resolved - but I still think it would be useful. I’m often building systems where simply removing the exec for a sub-system is not enough (or brings up fatal compile flaws), e.g. I want to make another copy of the system to play around with, while keeping my original to go back to if I want. Of course I can’t do this without a lot of hassle with duplicates etc. It would be really useful if I could marquee select my first system, right click and ‘Comment out’ to temporarily disable it without needing to delete it.
Just a thought !

I’d second this request. That would be an incredibly useful feature to have. I would extend it further, though, to include being able to comment out functions inside of BP’s, and for interface functions have it comment out the interface function and any BP function that is attached to that interace.