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:
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.