FVoronoiDiagram::FindCell

Find the id of the Voronoi cell containing the given position (or -1 if position is outside diagram)

Windows
MacOS
Linux

References

Module

Voronoi

Header

/Engine/Source/Runtime/Experimental/Voronoi/Public/Voronoi/Voronoi.h

Include

#include "Voronoi/Voronoi.h"

Source

/Engine/Source/Runtime/Experimental/Voronoi/Private/Voronoi/Voronoi.cpp

Syntax

int32 FindCell
(
    const FVector & Pos
)

Remarks

Find the id of the Voronoi cell containing the given position (or -1 if position is outside diagram)

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