TPointHashGrid3::TPointHashGrid3

Construct 3D hash grid

Windows
MacOS
Linux

References

Module

GeometricObjects

Header

/Engine/Plugins/Experimental/GeometryProcessing/Source/GeometricObjects/Public/Spatial/PointHashGrid3.h

Include

#include "Spatial/PointHashGrid3.h"

Syntax

TPointHashGrid3
(
    RealType cellSize,
    PointDataType InvalidValue
)

Remarks

Construct 3D hash grid

Parameters

Parameter

Description

cellSize

size of grid cells

InvalidValue

this value will be returned by queries if no valid result is found (e.g. bounded-distance query)

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