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
(
UEdGraphNode * Node1,
UEdGraphNode * Node2,
bool bExactOnly,
TArray< FGraphDiffControl::FNodeMatch > const * Exclusions
)
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. |