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