FGeomEdge

The space between 2 adjacent vertices.

Windows
MacOS
Linux

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

Name Description

Public variable

TArray< int32 >

 

ParentPolyIndices

Indices into the parent poly pool.

Public variable

int32[2]

 

VertexIndices

Indices into the parent vertex pool.

Constructors

Name Description

Public function

FGeomEdge()

Functions

Name Description

Public function Const

bool

 

IsSameEdge

(
    const FGeomEdge& InEdge
)

Returns true if InEdge matches this edge, independant of winding.

Overridden from FGeomBase

Name Description

Public function Virtual Const

FVector

 

GetMidPoint()

Returns a location that represents the middle of the object

Public function Virtual

FVector

 

GetWidgetLocation()

Returns a valid position for the widget to be drawn at for this object

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss