Reply To: Child nodes in my custom system

Forums 💬 NodeCanvas 🗨️ General Discussion Child nodes in my custom system Reply To: Child nodes in my custom system

#14751
facebookuser2
Participant

    I can create new node by graph.AddNewNode(MyTestNode), but I got exeption when I select this node in Graph window, because MyTestNode have public property like: public IMyInterface MyProperty { get; set; }. So how to prevent parsing some public proprties by EditorUtils?

    And how to addNewNode as child to other node (with connection)?

    Sorry for the dumb questions.