Detect change for a class in VL

Is there a best practice way for detecting that a class datatype has changed in VL?
You can put a change on all of its properties of course but I’m wondering if there’s a more elegant way that wouldn’t need manual updating when you create new properties?

hello toby, must your data type be a Class? because a Record does these checks on property assignment and the Changed node will correctly report whether you got a changed instance.

but you need to take care not to create a new instance every frame because a new instance will always be changed. like in the upper part of this picture:

https://discourse.vvvv.org/uploads/default/original/2X/9/9435e6b6c531b1b43917ef2f423fd7e299b09cbd.PNG

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.