Reply To: Can't add properties to StatementNode

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

#13387
keenanwoodall
Participant

Ok, I finally figured it out. The statement is sent through the BlackboardReplace method, which returns a new Statement. It uses a constructor that (obviously) has no idea of the custom properties I’ve added so the values are set to their defaults.