Navigation
API > API/Plugins > API/Plugins/PlanarCut > API/Plugins/PlanarCut/FPlanarCells
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AddPlane
(
const FPlane& P, |
PlanarCut.h | ||
| PlanarCut.h |
AddPlane(const FPlane &, int32, int32)
| Name | AddPlane |
| Type | function |
| Header File | /Engine/Plugins/Experimental/PlanarCutPlugin/Source/PlanarCut/Public/PlanarCut.h |
| Include Path | #include "PlanarCut.h" |
void AddPlane
(
const FPlane & P,
int32 CellIdxBehind,
int32 CellIdxInFront
)
AddPlane(const FPlane &, int32, int32, const TArray< int32 > &)
| Name | AddPlane |
| Type | function |
| Header File | /Engine/Plugins/Experimental/PlanarCutPlugin/Source/PlanarCut/Public/PlanarCut.h |
| Include Path | #include "PlanarCut.h" |
int32 AddPlane
(
const FPlane & P,
int32 CellIdxBehind,
int32 CellIdxInFront,
const TArray < int32 > & PlaneBoundary
)