TPointHashGrid2d::RemovePoint

Remove 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

bool RemovePoint
(
    const PointDataType & Value,
    const FVector2d & Position
)

Remarks

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

Returns

true if the value existed at this position

Parameters

Parameter

Description

Value

the point/value to remove

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