TSpatialHash::GetClosestPoints

Returns all the points in MaxRadius, result not sorted.

Windows
MacOS
Linux

References

Module

Chaos

Header

/Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/SpatialHash.h

Include

#include "Chaos/SpatialHash.h"

Syntax

TArray< int32 > GetClosestPoints
(
    const TVec3< T > & Particle,
    const T MaxRadius
)

Remarks

Returns all the points in MaxRadius, result not sorted.

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