Navigation
API > API/Plugins > API/Plugins/UVEditorTools > API/Plugins/UVEditorTools/UUVEditorBrushSelectTool
Description
A tool that returns false here will have the unset element selections (ie selections of triangles that don't have associated UV's) cleared before its invocation. Returning true will keep these unset element selections, but the tool will be responsible for dealing with them and avoiding any invalid states.
Virtual Inheritance
- IUVToolSupportsSelection::SupportsUnsetElementAppliedMeshSelections → UUVEditorBrushSelectTool::SupportsUnsetElementAppliedMeshSelections
| Name | SupportsUnsetElementAppliedMeshSelections |
| Type | function |
| Header File | /Engine/Plugins/Editor/UVEditor/Source/UVEditorTools/Public/UVEditorBrushSelectTool.h |
| Include Path | #include "UVEditorBrushSelectTool.h" |
virtual bool SupportsUnsetElementAppliedMeshSelections() const