TPointHashGrid2d::UpdatePoint

Move value from old to new 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 UpdatePoint
(
    const PointDataType & Value,
    const FVector2d & OldPosition,
    const FVector2d & NewPosition
)

Remarks

Move value from old to new position. This function is thread-safe.

Parameters

Parameter

Description

Value

the point/value to update

OldPosition

the current position associated with this value

NewPosition

the new position for 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