Navigation
BlueprintAPI > BlueprintAPI/Physics
Find a leaf transform from a line trace
Target is Geometry Collection Component
Inputs
| Type | Name | Description |
|---|---|---|
| object | Target | |
| vector | Start | Start position for the line trace |
| vector | End | position for the line trace |
Outputs
| Type | Name | Description |
|---|---|---|
| integer | Leaf Transform Index | the index of leaf transform found by the line trace |
| name | Leaf Transform Name | the name of leaf transform found by the line trace |
| boolean | Return Value | true if a leaf was found |