Navigation
BlueprintAPI > BlueprintAPI/Math > BlueprintAPI/Math/Transform
Returns true if transform A is nearly equal to B
Target is Kismet Math Library
Inputs
| Type | Name | Description |
|---|---|---|
| transform | A | |
| transform | B | |
| real | Location Tolerance | How close position of transforms need to be to be considered equal |
| real | Rotation Tolerance | How close rotations of transforms need to be to be considered equal |
| real | Scale 3DTolerance | How close scale of transforms need to be to be considered equal |
Outputs
| Type | Name | Description |
|---|---|---|
| boolean | Return Value |