FNodeMatch

A struct to represent a found pair of nodes that match each other (for comparisons sake)

Windows
MacOS
Linux

References

Module

GraphEditor

Header

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

Include

#include "GraphDiffControl.h"

Syntax

struct FNodeMatch

Remarks

A struct to represent a found pair of nodes that match each other (for comparisons sake)

Variables

Name Description

Public variable

UEdGraphNode &#...

 

NewNode

Public variable

UEdGraphNode &#...

 

OldNode

Constructors

Name Description

Public function

FNodeMatch()

Functions

Name Description

Public function Const

bool

 

Diff

(
    const FNodeDiffContext& DiffContex...,
    TArray< FDiffSingleResult >* D...
)

Looks at the two node members and compares them to see if there are any differences.

Public function Const

bool

 

Diff

(
    const FNodeDiffContext& DiffContex...,
    FDiffResults& DiffsOut
)

Looks at the two node members and compares them to see if there are any differences.

Public function Const

bool

 

IsValid()

Checks to see if this is a valid match.

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