FPolyVertexIndex

An index pair denoting a polygon and vertex within the parent objects [ABrush](API\Runtime\Engine\Engine\ABrush).

Windows
MacOS
Linux

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

Name Description

Public variable

int32

 

PolyIndex

Public variable

int32

 

VertexIndex

Constructors

Name Description

Public function

FPolyVertexIndex()

Public function

FPolyVertexIndex

(
    int32 InPolyIndex,
    int32 InVertexIndex
)

Operators

Name Description

Public function Const

bool

 

operator==

(
    const FPolyVertexIndex& 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