Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/FMeshFaceSelection
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Deselect
(
int tid |
Selections/MeshFaceSelection.h | ||
void Deselect
(
TArrayView< const int > Triangles |
Selections/MeshFaceSelection.h | ||
void Deselect
(
const EnumerableType& Enumerable |
Selections/MeshFaceSelection.h |
Deselect(int)
| Name | Deselect |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Selections/MeshFaceSelection.h |
| Include Path | #include "Selections/MeshFaceSelection.h" |
void Deselect
(
int tid
)
Deselect(TArrayView< const int >)
| Name | Deselect |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Selections/MeshFaceSelection.h |
| Include Path | #include "Selections/MeshFaceSelection.h" |
void Deselect
(
TArrayView < const int > Triangles
)
Deselect(const EnumerableType &)
| Name | Deselect |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Selections/MeshFaceSelection.h |
| Include Path | #include "Selections/MeshFaceSelection.h" |
template<typename EnumerableType>
void Deselect
(
const EnumerableType & Enumerable
)