unreal.LidarPointCloudImportSettings_ASCII_Columns

class unreal.LidarPointCloudImportSettings_ASCII_Columns(location_x: int = 0, location_y: int = 0, location_z: int = 0, red: int = 0, green: int = 0, blue: int = 0, intensity: int = 0, normal_x: int = 0, normal_y: int = 0, normal_z: int = 0)

Bases: StructBase

Used to help expose the import settings to Blueprints

C++ Source:

  • Plugin: LidarPointCloud

  • Module: LidarPointCloudRuntime

  • File: LidarPointCloudFileIO_ASCII.h

Editor Properties: (see get_editor_property/set_editor_property)

  • blue (int32): [Read-Write] Index of a column containing Blue channel. Set to -1 if not available

  • green (int32): [Read-Write] Index of a column containing Green channel. Set to -1 if not available

  • intensity (int32): [Read-Write] Index of a column containing Intensity channel. Set to -1 if not available

  • location_x (int32): [Read-Write] Index of a column containing Location X data

  • location_y (int32): [Read-Write] Index of a column containing Location Y data

  • location_z (int32): [Read-Write] Index of a column containing Location Z data

  • normal_x (int32): [Read-Write] Index of a column containing Normal X data. Set to -1 if not available

  • normal_y (int32): [Read-Write] Index of a column containing Normal Y data. Set to -1 if not available

  • normal_z (int32): [Read-Write] Index of a column containing Normal Z data. Set to -1 if not available

  • red (int32): [Read-Write] Index of a column containing Red channel. Set to -1 if not available

property blue: int

[Read-Write] Index of a column containing Blue channel. Set to -1 if not available

Type:

(int32)

property green: int

[Read-Write] Index of a column containing Green channel. Set to -1 if not available

Type:

(int32)

property intensity: int

[Read-Write] Index of a column containing Intensity channel. Set to -1 if not available

Type:

(int32)

property location_x: int

[Read-Write] Index of a column containing Location X data

Type:

(int32)

property location_y: int

[Read-Write] Index of a column containing Location Y data

Type:

(int32)

property location_z: int

[Read-Write] Index of a column containing Location Z data

Type:

(int32)

property normal_x: int

[Read-Write] Index of a column containing Normal X data. Set to -1 if not available

Type:

(int32)

property normal_y: int

[Read-Write] Index of a column containing Normal Y data. Set to -1 if not available

Type:

(int32)

property normal_z: int

[Read-Write] Index of a column containing Normal Z data. Set to -1 if not available

Type:

(int32)

property red: int

[Read-Write] Index of a column containing Red channel. Set to -1 if not available

Type:

(int32)