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.
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}{}
There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-250434 in the post.
0 |
Component | UE - Editor - Content Pipeline |
---|---|
Affects Versions | 5.5.3 |
Target Fix | 5.8 |
Created | Feb 21, 2025 |
---|---|
Updated | Mar 4, 2025 |