Description

Tested in:
//UE4/Release-4.27 CL 18319896 Input pin was of type Vector
//UE5/Release-5.0 CL 20979098 Input pin was of type Vector 3f
//UE5/Release-5.1 CL 22346211 Input pin was of type Vector 3f

The user reported this issue for 5.0.3, but it is now not considered a regression with the release of 5.1. The node changed some time between 4.27.2 and 5.0.3.

Make Lidar Point Cloud Point Node has had the Location input change from a Vector to a Vector 3f.

Steps to Reproduce
  1. Create or open an project
  2. Enable the Lidar Plugin then restart the editor
  3. Create a new Blueprint
  4. In the Event Graph create a Make Lidar Point Cloud Point node
  5. Hover over the Location Input Pin or Try to connect a Vector variable to the pin

Expected Results:
The pin is of type Vector

Actual Results:
The pin is of type Vector 3f

Have Comments or More Details?

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

0
Login to Vote

Fixed
ComponentUE - Gameplay
Affects Versions5.0.35.1
Target Fix5.2
Fix Commit22872666
Main Commit22872666
CreatedOct 12, 2022
ResolvedOct 31, 2022
UpdatedNov 27, 2022