Navigation
API > API/Plugins > API/Plugins/UVEditorTools > API/Plugins/UVEditorTools/UUVToolSelectionAPI
Description
Returns the current selection. When there are multiple selection objects, it means that there are selections in multiple assets, with a separate selection object per asset containing a selection. In such a case, all objects will have the same type (vertex/edge/triangle).
Each selection object is considered to be referring to the CanonicalUnwrap mesh of the associated target.
| Name | GetSelections |
| Type | function |
| Header File | /Engine/Plugins/Editor/UVEditor/Source/UVEditorTools/Public/Selection/UVToolSelectionAPI.h |
| Include Path | #include "Selection/UVToolSelectionAPI.h" |
const TArray < FUVToolSelection > & GetSelections() const