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