UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FVoronoiDiagram Member List

This is the complete list of members for FVoronoiDiagram, including all inherited members.

AddSites(const TArrayView< const FVector > &Sites, double SquaredDistSkipPtThreshold=0.0f)FVoronoiDiagram
ApproxSitesPerThreadWithDefault(int32 ApproxSitesPerThreadIn)FVoronoiDiagraminline
ComputeAllCells(TArray< FVoronoiCellInfo > &AllCells, int32 ApproxSitesPerThread=-1)FVoronoiDiagram
ComputeAllCellsSerial(TArray< FVoronoiCellInfo > &AllCells)FVoronoiDiagram
ComputeAllNeighbors(TArray< TArray< int32 > > &AllNeighbors, bool bExcludeBounds=true, int32 ApproxSitesPerThread=-1)FVoronoiDiagram
ComputeCellEdges(TArray< TTuple< FVector, FVector > > &Edges, TArray< int32 > &CellMember, int32 ApproxSitesPerThread=-1)FVoronoiDiagram
ComputeCellEdgesSerial(TArray< TTuple< FVector, FVector > > &Edges, TArray< int32 > &CellMember)FVoronoiDiagram
FindCell(const FVector &Pos, FVoronoiComputeHelper &ComputeHelper, FVector &OutFoundSite) constFVoronoiDiagram
FindCell(const FVector &Pos, FVoronoiComputeHelper &ComputeHelper) constFVoronoiDiagraminline
FVoronoiDiagram(const TArrayView< const FVector > &Sites, double ExtraBoundingSpace, double SquaredDistSkipPtThreshold=UE_KINDA_SMALL_NUMBER)FVoronoiDiagram
FVoronoiDiagram(const TArrayView< const FVector > &Sites, const FBox &Bounds, double ExtraBoundingSpace, double SquaredDistSkipPtThreshold=UE_KINDA_SMALL_NUMBER)FVoronoiDiagram
FVoronoiDiagram(int32 ExpectedNumSites, const FBox &Bounds, double ExtraBoundingSpace)FVoronoiDiagram
FVoronoiDiagram()FVoronoiDiagraminline
FVoronoiDiagram(const FVoronoiDiagram &Other)=deleteFVoronoiDiagram
FVoronoiDiagram(FVoronoiDiagram &&Other)=defaultFVoronoiDiagram
GetBounds(const TArrayView< const FVector > &Sites, double ExtraBoundingSpace=UE_DOUBLE_KINDA_SMALL_NUMBER)FVoronoiDiagramstatic
GetComputeHelper() constFVoronoiDiagram
Initialize(const TArrayView< const FVector > &Sites, const FBox &Bounds, double ExtraBoundingSpace, double SquaredDistSkipPtThreshold=UE_KINDA_SMALL_NUMBER)FVoronoiDiagram
MinDefaultSitesPerThreadFVoronoiDiagramstatic
Num() constFVoronoiDiagraminline
operator=(const FVoronoiDiagram &Other)=deleteFVoronoiDiagram
operator=(FVoronoiDiagram &&Other)=defaultFVoronoiDiagram
~FVoronoiDiagram()FVoronoiDiagram