![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
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) | FVoronoiDiagram | inline |
| 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) const | FVoronoiDiagram | |
| FindCell(const FVector &Pos, FVoronoiComputeHelper &ComputeHelper) const | FVoronoiDiagram | inline |
| 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() | FVoronoiDiagram | inline |
| FVoronoiDiagram(const FVoronoiDiagram &Other)=delete | FVoronoiDiagram | |
| FVoronoiDiagram(FVoronoiDiagram &&Other)=default | FVoronoiDiagram | |
| GetBounds(const TArrayView< const FVector > &Sites, double ExtraBoundingSpace=UE_DOUBLE_KINDA_SMALL_NUMBER) | FVoronoiDiagram | static |
| GetComputeHelper() const | FVoronoiDiagram | |
| Initialize(const TArrayView< const FVector > &Sites, const FBox &Bounds, double ExtraBoundingSpace, double SquaredDistSkipPtThreshold=UE_KINDA_SMALL_NUMBER) | FVoronoiDiagram | |
| MinDefaultSitesPerThread | FVoronoiDiagram | static |
| Num() const | FVoronoiDiagram | inline |
| operator=(const FVoronoiDiagram &Other)=delete | FVoronoiDiagram | |
| operator=(FVoronoiDiagram &&Other)=default | FVoronoiDiagram | |
| ~FVoronoiDiagram() | FVoronoiDiagram |