Navigation
Unreal Engine C++ API Reference > Runtime > Engine > Engine > FPoly
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 |
int32 GetVertexIndex
(
FVector3f & InVtx
)
Remarks
Finds the index of the specific vertex. The index of the vertex, if found. Otherwise INDEX_NONE.
Parameters
Name | Description |
---|---|
InVtx | The vertex to find the index of |