Unreal Engine Blueprint API Reference > Lidar Point Cloud
Does a collision trace along the given line and returns the first blocking hit encountered.
Target is Lidar Point Cloud Blueprint Library
Inputs
Type | Name | Description |
---|---|---|
vector | Origin | |
vector | Direction | |
real | Radius | |
boolean | Visible Only |
Outputs
Type | Name | Description |
---|---|---|
struct | Hit | |
boolean | Return Value | Does a collision trace along the given line and returns the first blocking hit encountered. |