Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/FMeshVertexSelection
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SelectTriangleVertices
(
TArrayView< const int > Triangles |
Selections/MeshVertexSelection.h | ||
void SelectTriangleVertices
(
const FMeshFaceSelection& Triangles |
Selections/MeshVertexSelection.h |
SelectTriangleVertices(TArrayView< const int >)
| Name | SelectTriangleVertices |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Selections/MeshVertexSelection.h |
| Include Path | #include "Selections/MeshVertexSelection.h" |
void SelectTriangleVertices
(
TArrayView < const int > Triangles
)
SelectTriangleVertices(const FMeshFaceSelection &)
| Name | SelectTriangleVertices |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Selections/MeshVertexSelection.h |
| Include Path | #include "Selections/MeshVertexSelection.h" |
| Source | /Engine/Source/Runtime/GeometryCore/Private/Selections/MeshVertexSelection.cpp |
void SelectTriangleVertices
(
const FMeshFaceSelection & Triangles
)