Navigation
API > API/Plugins > API/Plugins/UVEditorTools > API/Plugins/UVEditorTools/Selection > API/Plugins/UVEditorTools/Selection/IUVToolSupportsSelection
References
| Module | UVEditorTools |
| Header | /Engine/Plugins/Editor/UVEditor/Source/UVEditorTools/Public/Selection/UVToolSelectionAPI.h |
| Include | #include "Selection/UVToolSelectionAPI.h" |
virtual bool SupportsUnsetElementAppliedMeshSelections&40;&41; const
Remarks
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.