Reply To: Transform BBParameter not "sticking"

NodeCanvas Forums Support Transform BBParameter not "sticking" Reply To: Transform BBParameter not "sticking"

#11835
aer0ace
Participant

All right, as usual, I fix my problem a few minutes after posting a question…

Instead of
saveAs = obj.transform;
it’s (and I swear I tried this first, and it didn’t work):
saveAs.value = obj.transform;