Navigation
API > API/Editor > API/Editor/PropertyEditor > API/Editor/PropertyEditor/TTreeDiffSpecification_TWeakPtr_-
Description
Return true if TreeNode is considered equal when all it's children are equal. This avoids an unnecessary call to AreValuesEqual
| Name | ShouldInheritEqualFromChildren |
| Type | function |
| Header File | /Engine/Source/Editor/PropertyEditor/Public/AsyncDetailViewDiff.h |
| Include Path | #include "AsyncDetailViewDiff.h" |
virtual bool ShouldInheritEqualFromChildren
(
const TWeakPtr < FDetailTreeNode > & TreeNodeA,
const TWeakPtr < FDetailTreeNode > & TreeNodeB
) const