TPointHashGrid2d::InsertPointUnsafe

Insert at given position, without locking / thread-safety

Windows
MacOS
Linux

References

Module

GeometricObjects

Header

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

Include

#include "Spatial/PointHashGrid2.h"

Syntax

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

Remarks

Insert at given position, without locking / thread-safety

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