Reply To: The public field variable can not be reflected?

Forums 💬 FlowCanvas ⚙️ Support The public field variable can not be reflected? Reply To: The public field variable can not be reflected?

#22454
Gavalakis
Keymaster

    Hey,

    When dragging a node port, the menu shown only contains nodes which have ports that can be connected to that dragged port type.
    For example here, the dragged port of type ‘Test’, can’t be connected to any ports of the generated node of the static method ‘Test.LogSomething()’. Even though LogSomething is a member of Test, there are no input ports of type ‘Test’ here since the method is static.

    Let me know if that makes sense 🙂
    Thanks.