Reply To: [bug] Custom Generic Node doesn't work if isn't present in the friendly name

Forums 💬 FlowCanvas ⚙️ Support [bug] Custom Generic Node doesn't work if isn't present in the friendly name Reply To: [bug] Custom Generic Node doesn't work if isn't present in the friendly name

#22211
Gavalakis
Keymaster

    Hello,

    I am sorry for the inconvenience. The [Name] attribute was mostly made as a mean to completely override the name of the class if required and is really not mandatory. If you just remove the [Name] attribute, the node will correctly show up in the editor as the rest of the generic nodes, with it’s class name “NoiseNode (T)”.
    With that said, I just improved the [Name] attribute usage for the next version, so that it’s more convenient when used with generic nodes and it does not require “” to be manually added anymore.

    Thank you!