sunep
March 10, 2025, 4:03pm
1
Hi all
Even though nothing is changing, changed is always true in this case:
bjoern
March 10, 2025, 4:13pm
2
You are constantly creating new instances.
sunep
March 10, 2025, 4:36pm
3
ah, so I need to make a Join operation I guess
chk
March 10, 2025, 4:45pm
4
IIRC a Join operation would be equal to Create, and that would detect Changed also all the time. What you need to do is to store the Object into a pad and then you can detect Changed on Update… something like this:
And that would be identical to enabling the “Process Node” feature for the record:
sunep
March 10, 2025, 4:47pm
5
I don’t understand this. The moment I connect a Spread to the corresponding input pin, it says changed the whole time again
if it is not connected, it behaves as expected
chk
March 10, 2025, 4:49pm
7
Where does the Spread come from?
sunep
March 10, 2025, 4:53pm
9
thanks @chk and @bjoern now it is working as expected.
Apparently there is still quite a bit of Beta in muscle memory and understanding