Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/TTreeDiffSpecification
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/AsyncTreeDifferences.h |
| Include | #include "AsyncTreeDifferences.h" |
bool ShouldMatchByValue
(
const InNodeType & TreeNode
) const
Remarks
Return true for nodes that match using AreValuesEqual first, and pair up by position second this is useful for arrays since we often want to keep elements with the same data paired while diffing other elements in order
Parameters
| Name | Description |
|---|---|
| TreeNode | node from one of the two user provided trees (guaranteed not to be null) |