FGeomPoly

An individual polygon.

Windows
MacOS
Linux

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

Name Description

Public variable

int32

 

ActualPolyIndex

The polygon this poly represents.

Public variable

TArray< int >

 

EdgeIndices

Array of indices into the parent objects edge pool.

Constructors

Name Description

Public function

FGeomPoly()

Functions

Name Description

Public function

FPoly *

 

GetActualPoly()

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

Operators

Name Description

Public function Const

bool

 

operator==

(
    const FGeomPoly& In
)

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