FLidarPointCloudImportSettings_ASCII_Columns

This set of classes is responsible for importing column-based text formats with extensions XYZ, TXT and PTS.

Windows
MacOS
Linux

References

Module

LidarPointCloudRuntime

Header

/Engine/Plugins/Enterprise/LidarPointCloud/Source/LidarPointCloudRuntime/Public/IO/LidarPointCloudFileIO_ASCII.h

Include

#include "IO/LidarPointCloudFileIO_ASCII.h"

Syntax

[USTRUCT](Programming/UnrealArchitecture/Reference/Structs)([BlueprintType](Programming/UnrealArchitecture/Reference/Structs/Specifiers/BlueprintType))
struct FLidarPointCloudImportSettings_ASCII_Columns

Remarks

This set of classes is responsible for importing column-based text formats with extensions XYZ, TXT and PTS. Used to help expose the import settings to Blueprints

Variables

Name Description

Public variable UProperty Category, EditAnywhere BlueprintReadWrite

int32

 

Blue

Index of a column containing Blue channel. Set to -1 if not available

Public variable UProperty Category, EditAnywhere BlueprintReadWrite

int32

 

Green

Index of a column containing Green channel. Set to -1 if not available

Public variable UProperty Category, EditAnywhere BlueprintReadWrite

int32

 

Intensity

Index of a column containing Intensity channel. Set to -1 if not available

Public variable UProperty Category, EditAnywhere BlueprintReadWrite

int32

 

LocationX

Index of a column containing Location X data

Public variable UProperty Category, EditAnywhere BlueprintReadWrite

int32

 

LocationY

Index of a column containing Location Y data

Public variable UProperty Category, EditAnywhere BlueprintReadWrite

int32

 

LocationZ

Index of a column containing Location Z data

Public variable UProperty Category, EditAnywhere BlueprintReadWrite

int32

 

Red

Index of a column containing Red channel. Set to -1 if not available

Constructors

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss