FPointSetHashtable::Build

Construct the spatial data structure for the current point set

Windows
MacOS
Linux

References

Module

GeometricObjects

Header

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

Include

#include "Spatial/PointSetHashTable.h"

Source

/Engine/Plugins/Experimental/GeometryProcessing/Source/GeometricObjects/Private/Spatial/PointSetHashTable.cpp

Syntax

void Build
(
    double CellSize,
    const FVector3d & Origin
)

Remarks

Construct the spatial data structure for the current point set

Parameters

Parameter

Description

CellSize

the size of the cells/voxels in the grid.

Origin

World origin of the grid (not strictly necessary since grid is sparse, can set to origin for example)

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