Description

The locations of individual point cloud points are empty in the array returned from the get_points_in_box_as_copies, get_points_in_sphere_as_copies, line_trace_multi functions.

The last boolean argument of world vs local both return empty locations, so there does not seem to be a way for a user to grab the location of individual points.

 

Steps to Reproduce
  1. Import point cloud
  2. Run python script calling one of the functions (get_points_in_box_as_copies, get_points_in_sphere_as_copies, line_trace_multi) and observe returned array.

Example python script:

selectedLIDAR = unreal.EditorUtilityLibrary.get_selected_assets()
boxLocation = unreal.Vector(367,107,-723.18777)
boxExtent = unreal.Vector(100,100,100)
newColor = unreal.Color(0,0,250)

pnts = selectedLIDAR[0].get_points_in_box_as_copies(boxLocation,boxExtent,False,True)
print(pnts)

Returned array:

LogPython: [{location: {}, color: {b: 70, g: 40, r: 22, a: 121}, normal: {x: 127, y: 127, z: 127}, visible: True}, {location: {}, color: {b: 65, g: 24, r: 3, a: 122}, normal: {x: 127, y: 127, z: 127}, visible: True}{}

Have Comments or More Details?

There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-250434 in the post.

0
Login to Vote

Unresolved
ComponentUE - Editor - Content Pipeline
Affects Versions5.5.3
Target Fix5.8
CreatedFeb 21, 2025
UpdatedMar 4, 2025
View Jira Issue