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