Navigation
API > API/Plugins > API/Plugins/GeometryMode
An index pair denoting a polygon and vertex within the parent objects ABrush.
| Name | FPolyVertexIndex |
| Type | struct |
| Header File | /Engine/Plugins/Editor/GeometryMode/Source/GeometryMode/Public/EditorGeometry.h |
| Include Path | #include "EditorGeometry.h" |
Syntax
struct FPolyVertexIndex
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| EditorGeometry.h | |||
FPolyVertexIndex
(
int32 InPolyIndex, |
EditorGeometry.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| PolyIndex | int32 | EditorGeometry.h | ||
| VertexIndex | int32 | EditorGeometry.h |
Functions
Public
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator==
(
const FPolyVertexIndex& In |
EditorGeometry.h |