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

#17251
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.