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