Unreal Engine Blueprint API Reference > Point Cloud
Updates the point cloud data with the new set of points and colors
Target is Point Cloud Component
Inputs
Type | Name | Description |
---|---|---|
exec | In | |
object | Target | |
vector | Points | the new set of points to use |
struct | Colors | the new set of colors to use, must match points size |
Outputs
Type | Name | Description |
---|---|---|
exec | Out |