[Feature Request] Node with 2 generic parameters

Forums 💬 FlowCanvas ⚙️ Support [Feature Request] Node with 2 generic parameters

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #12333
    grove
    Participant

      Can we get a support to make a node with 2 generic type parameters like in the image I attached because it’s currently not possible. Thanks.

      #12334
      Gavalakis
      Keymaster

        Hello,

        2 generic types were by designed not supported because with 2 generic types the amount of AOT classes that would need to be generated for AOT platforms would be literally thousands (due to all the different type combinations possible). Thus only 1 generic type is supported so that it is also possible to properly support AOT platforms where generics is a problem and AOT classes have to be generated. So since that was a limitation early on, many other things in FC were also designed based on the fact that there will be a 1 generic limitation.

        I hope that clarifies the reasons behind 🙂

        Thank you!

      Viewing 2 posts - 1 through 2 (of 2 total)
      • You must be logged in to reply to this topic.