FPoly::GetVertexIndex

Finds the index of the specific vertex.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/Polys.h

Include

#include "Engine/Polys.h"

Source

/Engine/Source/Runtime/Engine/Private/Polygon.cpp

Syntax

int32 GetVertexIndex
(
    FVector & InVtx
)

Remarks

Finds the index of the specific vertex.

Returns

The index of the vertex, if found. Otherwise INDEX_NONE.

Parameters

Parameter

Description

InVtx

The vertex to find the index of

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