Lidar Point Cloud Plugin functions return empty locations for individual points (both relative and world scale)

UE - Editor - Content Pipeline - Feb 21, 2025

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 argum ...

DataValidationCommandlet has no GC strategy and can run out of memory on large projects.

UE - Editor - Content Pipeline - May 27, 2024

The DataValidationCommandlet can run out of memory during execution as it does not unload any of the validated assets. This does not seem to be specific to the commandlet, since the UEditorValidato ...

LiDAR not importing colors correctly for .E57 Point Clouds

UE - Editor - Content Pipeline - Jan 6, 2023

Reproduced 3/3 times, issue does not occur in //UE5/Release-5.0 - CL 20979098 Binary. Confirmed Regression. LiDAR plugin is version .08 in UE5.0.3, and version 1.0 in UE5.1.0 ...

Crash when changing an actor's variable type from vector to transform

UE - Framework - LWC - Oct 25, 2022

It looks like this is some fallout from CL 19405683. If we change a variable from vector to transform, it'll pass this check:if(Tag.StructName == NAME_Transform) {     Struct->SerializeTaggedProp ...