Navigation
BlueprintAPI > BlueprintAPI/GeometryScript > BlueprintAPI/GeometryScript/Comparison
Returns true if the two input meshes are equivalent under the comparisons defined by the input options. If false, DifferenceInfo provides info on the first difference found.
Target is Geometry Script Library Mesh Comparison Functions
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| object | Target Mesh | |
| object | Other Mesh | |
| struct | Options |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| boolean | Is Same Mesh | |
| struct | Difference Info | If the meshes are different, provides info on the first difference found. |
| object | Target Mesh |