GenericGraph icon indicating copy to clipboard operation
GenericGraph copied to clipboard

Generic graph data structure plugin for ue4

Results 13 GenericGraph issues
Sort by recently updated
recently updated
newest added

If you make a cyclical graph (a parent having a reference to a children and this children to their parent) you have a infinite loop on UEdGraph_GenericGraph::SortNodes after call UEdGraph_GenericGraph::RebuildGenericGraph....

I'm working with this to create a GUI for a state machine I've implemented. I was wondering if you knew how to get the "attach to object" functionality so I...

First of all, thank you for this awesome plugin. I spent hours trying to find tutorials on how to create a custom graph based editor and found close to nothing...