Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/UMeshSelectionSet
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void RemoveIndices
(
EMeshSelectionElementType ElementType, |
Remove list of Indices from the current selection for the given ElementType | SelectionSet.h | |
void RemoveIndices
(
EMeshSelectionElementType ElementType, |
Remove list of Indices from the current selection for the given ElementType | SelectionSet.h |
RemoveIndices(EMeshSelectionElementType, const TArray< int32 > &)
Description
Remove list of Indices from the current selection for the given ElementType
| Name | RemoveIndices |
| Type | function |
| Header File | /Engine/Source/Runtime/InteractiveToolsFramework/Public/SelectionSet.h |
| Include Path | #include "SelectionSet.h" |
| Source | /Engine/Source/Runtime/InteractiveToolsFramework/Private/SelectionSet.cpp |
void RemoveIndices
(
EMeshSelectionElementType ElementType,
const TArray < int32 > & Indices
)
RemoveIndices(EMeshSelectionElementType, const TSet< int32 > &)
Description
Remove list of Indices from the current selection for the given ElementType
| Name | RemoveIndices |
| Type | function |
| Header File | /Engine/Source/Runtime/InteractiveToolsFramework/Public/SelectionSet.h |
| Include Path | #include "SelectionSet.h" |
| Source | /Engine/Source/Runtime/InteractiveToolsFramework/Private/SelectionSet.cpp |
void RemoveIndices
(
EMeshSelectionElementType ElementType,
const TSet< int32 > & Indices
)