GenericGraph icon indicating copy to clipboard operation
GenericGraph copied to clipboard

Missing include

Open cristiangj opened this issue 3 years ago • 2 comments

In: GenericGraph\Source\GenericGraphEditor\Private\GenericGraphFactory.cpp

you need to include: #include "Kismet2/KismetEditorUtilities.h"

cristiangj avatar Oct 05 '21 13:10 cristiangj

Had this issue as well!

EmilianC avatar Nov 11 '21 19:11 EmilianC

I've submitted a pull request https://github.com/jinyuliao/GenericGraph/pull/31 that should solve this issue.

ABTWG22 avatar Jul 12 '23 12:07 ABTWG22