TPointHashGrid2::TPointHashGrid2

Construct 2D hash grid

Windows
MacOS
Linux

References

Module

GeometricObjects

Header

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

Include

#include "Spatial/PointHashGrid2.h"

Syntax

TPointHashGrid2
(
    RealType cellSize,
    PointDataType InvalidValue
)

Remarks

Construct 2D 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