FGeomVertex

A 3D position.

Windows
MacOS
Linux

Inheritance Hierarchy

FGeomBase

FVector

FGeomVertex

References

Module

GeometryMode

Header

/Engine/Plugins/Editor/GeometryMode/Source/GeometryMode/Public/EditorGeometry.h

Include

#include "EditorGeometry.h"

Syntax

class FGeomVertex :
    public FGeomBase,
    public FVector

Remarks

A 3D position.

Variables

Name Description

Public variable

TArray< FPolyVe...

 

ActualVertexIndices

The list of vertices that this vertex represents.

Public variable

TArray< int32 >

 

ParentPolyIndices

Indices into the parent poly pool.

Constructors

Name Description

Public function

FGeomVertex()

Functions

Name Description

Public function

FVector *...

 

GetActualVertex

(
    FPolyVertexIndex& InPVI
)

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

Public function Virtual Const

FRotator

 

GetWidgetRotation()

Gets the local rotation to use when transforming this object

Public function Virtual Const

bool

 

IsVertex()

Returns true if this geometry objects is a vertex.

Operators

Name Description

Public function

FGeomVertex ...

 

operator=

(
    const FVector& In
)

Assignment simply copies off the vertex position.

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