Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/EdGraph > API/Runtime/Engine/EdGraph/UEdGraphNode > API/Runtime/Engine/EdGraph/UEdGraphNode/DiffProperties
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 |
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
| Name | 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 |