If you mean converting UE4 scene into a point cloud data, then I’m afraid it’s not in the scope of the plugin nor there are plans to implement something like this.
From the top of my head, I’d probably use some form of loop with line tracing to capture locations, then got mesh’s UV and material from collision point, render that material to texture and finally get pixel color of that texture at the location corresponding to the UV I got earlier.