FGraphDiffControl::IsNodeMatch

Returns true if the two Nodes are the same

Windows
MacOS
Linux

References

Module

GraphEditor

Header

/Engine/Source/Editor/GraphEditor/Public/GraphDiffControl.h

Include

#include "GraphDiffControl.h"

Source

/Engine/Source/Editor/GraphEditor/Private/GraphDiffControl.cpp

Syntax

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

Parameter

Description

Node1

First node to check

Node2

Second node

Exclusions

Previous made matches to exclude from our search.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss