Navigation
BlueprintAPI > BlueprintAPI/PointData
Get the closest point to a given position within the search distance. If bInDiscardCenter is true, will reject any points that is at the center exactly.
Target is PCGOctree Queries
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| object | In Point Data | |
| vector | In Center | |
| boolean | In Discard Center | |
| real | In Search Distance |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| boolean | Out Found | |
| struct | Out Point |