Plotting points given xyzrgb coordinates

Hello! I am new to unreal engine and need to create a scene (level) based off a file containing point data where each point has a specific color coding. The format is xyzrgb. How would I plot these points with respect to their coloring?

Thank you

Hi @cmillerunreal! Welcome to the Forums!

Luckily enough, I believe what you are looking for is available in a plugin! Here is the Unreal Documentation on the LiDAR Point Cloud plugin, which will allow you to import your xyzrgb point data directly in engine:

LiDAR Point Cloud Plugin Overview

I hope the above solution is what you are looking for!

Thank you! I will try it out

Hey @cmillerunreal,

Just checking and seeing if this solution worked for you!