Reply To: Retrieve info from Data Classes

Forums 💬 NodeCanvas 🤩 Custom Nodes and Tasks Retrieve info from Data Classes Reply To: Retrieve info from Data Classes

#12874
scorernb
Participant

    Hey,

    The problem was that i want to see in the object editor (blackboard) / task – condition window the data of custom classes. If there is no default initialiser but only custom initialisers the task / condition window freezes and the error count is more then 1000 in a few seconds. The solution for the problem is that i added in all my data-classes a default initialiser. Then the object editor (blackboard) and task window are always displaying the correct information without any custom drawers.

    What is the purpose of using the custom data / actions and so on …
    Make a FSM that acts on data that is stored in the classes (GlobalBlackBoard), example:
    Condition: hasChair == true
    then
    Action: instantiate a chair.