GenericGraph
GenericGraph copied to clipboard
Missing include
In: GenericGraph\Source\GenericGraphEditor\Private\GenericGraphFactory.cpp
you need to include: #include "Kismet2/KismetEditorUtilities.h"
Had this issue as well!
I've submitted a pull request https://github.com/jinyuliao/GenericGraph/pull/31 that should solve this issue.