Navigation
API > API/Editor > API/Editor/GraphEditor > API/Editor/GraphEditor/FGraphDiffControl
References
| Module | GraphEditor |
| Header | /Engine/Source/Editor/GraphEditor/Public/GraphDiffControl.h |
| Include | #include "GraphDiffControl.h" |
| Source | /Engine/Source/Editor/GraphEditor/Private/GraphDiffControl.cpp |
static bool IsNodeMatch
&40;
UEdGraphNode &42; Node1,
UEdGraphNode &42; Node2,
bool bExactOnly,
TArray< FGraphDiffControl::FNodeMatch > const &42; Exclusions
&41;
Remarks
Returns true if the two Nodes are the same
Parameters
| Name | Description |
|---|---|
| Node1 | First node to check |
| Node2 | Second node |
| Exclusions | Previous made matches to exclude from our search. |