TPointHashGrid2d::UpdatePointUnsafe

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

Remarks

Move value from old to new position, without locking / thread-safety

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