Reply To: Parameters not showing in Execute Function

NodeCanvas Forums Support Parameters not showing in Execute Function Reply To: Parameters not showing in Execute Function

#10085

Hi, Gavalakis, once again thanks for the prompt answer, and sorry for taking too long to answer it myself!

I’ve made some tests regarding my Actor.Instance class, and here are the results so far:

1. When I remove the variable from the blackboard and create it on-the-fly (which I assume would be a dynamic variable), I’m able to test it against null inside the blackboard — is it the only way of doing this?

2. If I add a variable in the blackboard, it appears like this:

Link 1

Which is not what I need, because I can’t test it for null values — is there a way of making it appear as null at first, like it happens with instances of GameObject?

3. When I add it as a BBVar using this code:

It appears like this on the Inspector:

Link 2

Am I doing something wrong?

Also, I have a question about the FSM, but I’ll save it to another post. 🙂

Thanks in advance and best regards!
Edgard