Navigation
API > API/Plugins > API/Plugins/PlanarCut > API/Plugins/PlanarCut/FPlanarCells
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FPlanarCells () |
PlanarCut.h | ||
FPlanarCells
(
const FPlane& Plane |
PlanarCut.h | ||
FPlanarCells
(
const TArrayView< const FVector > Sites, |
PlanarCut.h | ||
FPlanarCells
(
const TArrayView< const FBox > Boxes, |
PlanarCut.h | ||
FPlanarCells
(
const FBox& Region, |
PlanarCut.h | ||
FPlanarCells
(
const FBox& Region, |
PlanarCut.h |
FPlanarCells()
| Name | FPlanarCells |
| Type | function |
| Header File | /Engine/Plugins/Experimental/PlanarCutPlugin/Source/PlanarCut/Public/PlanarCut.h |
| Include Path | #include "PlanarCut.h" |
FPlanarCells()
FPlanarCells(const FPlane &)
| Name | FPlanarCells |
| Type | function |
| Header File | /Engine/Plugins/Experimental/PlanarCutPlugin/Source/PlanarCut/Public/PlanarCut.h |
| Include Path | #include "PlanarCut.h" |
| Source | /Engine/Plugins/Experimental/PlanarCutPlugin/Source/PlanarCut/Private/PlanarCut.cpp |
FPlanarCells
(
const FPlane & Plane
)
FPlanarCells(const TArrayView< const FVector >, FVoronoiDiagram &)
| Name | FPlanarCells |
| Type | function |
| Header File | /Engine/Plugins/Experimental/PlanarCutPlugin/Source/PlanarCut/Public/PlanarCut.h |
| Include Path | #include "PlanarCut.h" |
| Source | /Engine/Plugins/Experimental/PlanarCutPlugin/Source/PlanarCut/Private/PlanarCut.cpp |
FPlanarCells
(
const TArrayView < const FVector > Sites,
FVoronoiDiagram & Voronoi
)
FPlanarCells(const TArrayView< const FBox >, bool)
| Name | FPlanarCells |
| Type | function |
| Header File | /Engine/Plugins/Experimental/PlanarCutPlugin/Source/PlanarCut/Public/PlanarCut.h |
| Include Path | #include "PlanarCut.h" |
| Source | /Engine/Plugins/Experimental/PlanarCutPlugin/Source/PlanarCut/Private/PlanarCut.cpp |
FPlanarCells
(
const TArrayView < const FBox > Boxes,
bool bResolveAdjacencies
)
FPlanarCells(const FBox &, const FIntVector &)
| Name | FPlanarCells |
| Type | function |
| Header File | /Engine/Plugins/Experimental/PlanarCutPlugin/Source/PlanarCut/Public/PlanarCut.h |
| Include Path | #include "PlanarCut.h" |
| Source | /Engine/Plugins/Experimental/PlanarCutPlugin/Source/PlanarCut/Private/PlanarCut.cpp |
FPlanarCells
(
const FBox & Region,
const FIntVector & CubesPerAxis
)
FPlanarCells(const FBox &, const TArrayView< const FColor >, int32, int32)
| Name | FPlanarCells |
| Type | function |
| Header File | /Engine/Plugins/Experimental/PlanarCutPlugin/Source/PlanarCut/Public/PlanarCut.h |
| Include Path | #include "PlanarCut.h" |
| Source | /Engine/Plugins/Experimental/PlanarCutPlugin/Source/PlanarCut/Private/PlanarCut.cpp |
FPlanarCells
(
const FBox & Region,
const TArrayView < const FColor > Image,
int32 Width,
int32 Height
)