Navigation
API > API/Plugins > API/Plugins/UVEditorTools > API/Plugins/UVEditorTools/UUVToolSelectionHighlightMechani-
Description
Adds additional highlighting elements based on selection information. This is used to extend selection line sets for the unset selections if they are needed.
| Name | AppendAppliedHighlight |
| Type | function |
| Header File | /Engine/Plugins/Editor/UVEditor/Source/UVEditorTools/Public/Selection/UVToolSelectionHighlightMechanic.h |
| Include Path | #include "Selection/UVToolSelectionHighlightMechanic.h" |
| Source | /Engine/Plugins/Editor/UVEditor/Source/UVEditorTools/Private/Selection/UVToolSelectionHighlightMechanic.cpp |
void AppendAppliedHighlight
(
const TArray < FUVToolSelection > & AppliedSelections,
bool bUsePreviews
)
Parameters
| Name | Remarks |
|---|---|
| bUsePreviews | If true, the previews are used rather than the canonicals for finding the highlight positions. |