Reply To: Can't add properties to StatementNode

Forums 💬 NodeCanvas ⚙️ Support Can't add properties to StatementNode Reply To: Can't add properties to StatementNode

#17250
Gavalakis
Keymaster

    Hey,

    You figured it out before my reply, but indeed, this is exactly what was happening 🙂
    With that said, I’ve just changed BlackboardReplace to be more convenient by making a serialized copy instead of using a constructor to return a new statement, so that it is more convenient (and probably more correct), thus avoid mandatory adding your properties to the constructor.

    – Add this on the first line of BlackboardReplace method:

    Return this by the end instead of the constructor:

    If you have any further problems, please let me know.
    Thanks!