Navigation
API > API/Plugins > API/Plugins/GeometryMode
An individual polygon.
| Name | FGeomPoly |
| Type | class |
| Header File | /Engine/Plugins/Editor/GeometryMode/Source/GeometryMode/Public/EditorGeometry.h |
| Include Path | #include "EditorGeometry.h" |
Syntax
class FGeomPoly : public FGeomBase
Inheritance Hierarchy
- FGeomBase → FGeomPoly
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FGeomPoly() |
EditorGeometry.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ActualPolyIndex | int32 | The polygon this poly represents. | EditorGeometry.h | |
| EdgeIndices | TArray< int > | Array of indices into the parent objects edge pool. | EditorGeometry.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FPoly * GetActualPoly() |
EditorGeometry.h |
Overridden from FGeomBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FVector GetMidPoint() |
Returns a location that represents the middle of the object | EditorGeometry.h | |
virtual FVector GetWidgetLocation() |
Returns a valid position for the widget to be drawn at for this object | EditorGeometry.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator==
(
const FGeomPoly& In |
EditorGeometry.h |