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