Reply To: type-conversion in the UI

Forums 💬 NodeCanvas ⚙️ Support type-conversion in the UI Reply To: type-conversion in the UI

#18261
Gavalakis
Keymaster

    Hey,

    Thanks for input. If a task parameter is marked as [BlackboardOnly] which is usually what OUT parameters should be marked with, then the UI will correctly show that the conversion is taking place (parameter -> variable). For all other parameters without [BlackboardOnly] attribute the conversion will be (variable -> parameter).
    Basically the [BlackboardOnly] attribute kind of has the usage of an [Out] marker attribute, but I will investigate this further to see how it could be done better.

    Sure. I will add Vector2 Vector3 conversions in the next version as well 🙂
    Thanks!