Can't override PointGraph.IsValidConnection anymore

Hi there,

Just upgraded to 4.3.82 from… a previous version. Not sure which, but a few months old.

Now getting:

cannot override inherited member 'PointGraph.IsValidConnection(GraphNode, GraphNode, out float)' because it is not marked virtual, abstract, or override

I create custom graphs that subclass PointGraph and add some custom logic inside IsValidConnection, so being able to override that method is super helpful.

Did something change with the method modifiers recently?

Hi

Sorry. That was a typo of me during a refactoring. I’ll change it back to be virtual in the next beta update.