Can this be combined and used with Playmaker? Playmaker has a lot of addon integration and is easier to use in some cases would I be able to use both or combine them in my workflow?
Hello,
There is no built in support or an integration for playmaker, but you should be able to call most if not all playmaker public functions via reflection. Drag and dropping the playmaker component (any component) in flowCanvas graph will pop up all public functions, properties, etc the component has and be able to call them from within flowCanvas.