cristiangj

Results 3 issues of cristiangj

In: GenericGraph\Source\GenericGraphEditor\Private\GenericGraphFactory.cpp you need to include: #include "Kismet2/KismetEditorUtilities.h"

**Severity Code Description Project File Line Suppression State Error LNK2005 IMPLEMENT_MODULE_GenericGraphEditor already defined in EdGraph_GenericGraph.cpp.obj** This is because you have the **IMPLEMENT_MODULE** macro on GenericGraphEditor.h causing a double definition when...

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....