If I understand you correctly, you want to have a bool on the node (in the data asset) and be able to change it at runtime? If that’s the case, I may venture a guess that something is wrong with your architecture and you should do it differently.
Are you trying to mark visited nodes as dirty? Because that’s not how you should do it.