Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FPoly
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsCoplanar () |
Checks to see if all the vertices on a polygon are coplanar. | Engine/Polys.h | |
int32 IsCoplanar
(
const FPoly& Test |
Engine/Polys.h |
IsCoplanar()
Description
Checks to see if all the vertices on a polygon are coplanar.
| Name | IsCoplanar |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/Polys.h |
| Include Path | #include "Engine/Polys.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Polygon.cpp |
bool IsCoplanar()
IsCoplanar(const FPoly &)
| Name | IsCoplanar |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/Polys.h |
| Include Path | #include "Engine/Polys.h" |
int32 IsCoplanar
(
const FPoly & Test
) const