Looking for c# library to create graph, blueprint like functionality in unreal engine
i want to create unreal engine blueprint like functionality so i'm looking for library where i can create such graphs. I don't need visual part, i will code visual part
Something like https://github.com/RobinKa/netprints but i want to program those graphs/nodes
1 Reply
https://github.com/Jinten/NodeGraph
that's WPF tho
oh wait... this is for unreal? then you're out of luck
interfacing other ui framework to UE ain't the easiest thing in the world. just saying
you can make your own custom graph with their graph api pretty easily.