Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/TTreeDiffSpecification
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool AreValuesEqual
(
const InNodeType& TreeNodeA, |
Determine whether the values stored in two nodes are equal. | AsyncTreeDifferences.h | |
bool AreValuesEqual
(
const InNodeType& TreeNodeA, |
AsyncTreeDifferences.h |
AreValuesEqual(const InNodeType &, const InNodeType &)
Description
Determine whether the values stored in two nodes are equal.
| Name | AreValuesEqual |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Public/AsyncTreeDifferences.h |
| Include Path | #include "AsyncTreeDifferences.h" |
bool AreValuesEqual
(
const InNodeType & TreeNodeA,
const InNodeType & TreeNodeB
) const
Parameters
| Name | Remarks |
|---|---|
| TreeNodeA | node from the first user provided tree (guaranteed not to be null) |
| TreeNodeB | node from the second user provided tree (guaranteed not to be null) |
| OutDifferingProperties | optional output list of property paths for the properties that differs between the two nodes |
AreValuesEqual(const InNodeType &, const InNodeType &, TArray< FPropertySoftPath > *)
| Name | AreValuesEqual |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Public/AsyncTreeDifferences.h |
| Include Path | #include "AsyncTreeDifferences.h" |
bool AreValuesEqual
(
const InNodeType & TreeNodeA,
const InNodeType & TreeNodeB,
TArray < FPropertySoftPath > * OutDifferingProperties
) const