Being able to "Temporarly" disable Blueprints via Checkbox

Hi ⓃⒺⓉⓅⒺⒼⒼⓁⒺ, your forum name is not forum friendly. LOL. I fear a checkbox option would lead to accidental crashes, errors, bugs… which is why is not present.

Workarounds

One sort has to create their debugging system, within their BPs. You could take a gander at the ‘Is Package for Distribution’ BP Node used with Branch Condition to disable BPs you do not desire in the packaging. A custom ‘bDEBUG_MODE’ Boolean Array or Name-to-Boolean *Map *Variable (Editable from the Editor) used with Branch condition would offer more control over enable/disable of groups of BPs.

I would also recommend using a naming convention to quickly identify Testing/Debug BP Directories, Files, Classes, Functions, etc s with the simple suffix ‘_DEBUG’. For super simple organization store all Test/Debug BPs in a Folder named DEBUG. Relocate '_DEBUG ’ files or ‘DEBUG’ folder when packaging the project.