UEdGraphNode::DiffProperties

Finds the difference in properties of node instance, for subobjects

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphNode.h

Include

#include "EdGraph/EdGraphNode.h"

Source

/Engine/Source/Runtime/Engine/Private/EdGraph/EdGraphNode.cpp

Syntax

virtual void DiffProperties
(
    UClass * StructA,
    UClass * StructB,
    UObject * DataA,
    UObject * DataB,
    FDiffResults & Results,
    FDiffSingleResult & Diff
) const

Remarks

Finds the difference in properties of node instance, for subobjects

Parameters

Parameter

Description

StructA

The struct of the class we are looking at LHS

StructB

The struct of the class we are looking at RHS

DataA

The raw data for the UObject we are comparing LHS

DataB

The raw data for the UObject we are comparing RHS

Results

The Results where differences are stored

Diff

The single result with default parameters setup

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