Navigation
Unreal Engine C++ API Reference > Plugins > GeometryMode
Inheritance Hierarchy
- FGeomBase
- FGeomEdge
References
Module | GeometryMode |
Header | /Engine/Plugins/Editor/GeometryMode/Source/GeometryMode/Public/EditorGeometry.h |
Include | #include "EditorGeometry.h" |
Syntax
class FGeomEdge : public FGeomBase
Remarks
The space between 2 adjacent vertices.
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
TArray< int32 > | ParentPolyIndices | Indices into the parent poly pool. |
![]() |
int32[2] | VertexIndices | Indices into the parent vertex pool. |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
FGeomEdge () |
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
bool | IsSameEdge
(
const FGeomEdge& InEdge |
Returns true if InEdge matches this edge, independant of winding. |
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 |