TPointHashGrid2d::InsertPoint

Insert at given position. This function is thread-safe.

Windows
MacOS
Linux

References

Module

GeometricObjects

Header

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

Include

#include "Spatial/PointHashGrid2.h"

Syntax

void InsertPoint
(
    const PointDataType & Value,
    const FVector2d & Position
)

Remarks

Insert at given position. This function is thread-safe.

Parameters

Parameter

Description

Value

the point/value to insert

Position

the position associated with this value

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