Navigation
API > API/Plugins > API/Plugins/UVEditorTools > API/Plugins/UVEditorTools/Selection > API/Plugins/UVEditorTools/Selection/UUVToolSelectionHighlightMechani-
References
| Module | UVEditorTools |
| Header | /Engine/Plugins/Editor/UVEditor/Source/UVEditorTools/Public/Selection/UVToolSelectionHighlightMechanic.h |
| Include | #include "Selection/UVToolSelectionHighlightMechanic.h" |
| Source | /Engine/Plugins/Editor/UVEditor/Source/UVEditorTools/Private/Selection/UVToolSelectionHighlightMechanic.cpp |
void SetUnwrapHighlightTransform
&40;
const FTransform & Transform,
bool bRebuildStaticPairedEdges,
bool bUsePreviews
&41;
Remarks
Set the transform of the unwrap mesh highlights without rebuilding them, likely to follow the translation of the underlying elements via gizmo.
Parameters
| Name | Description |
|---|---|
| bRebuildStaticPairedEdges | If true, and paired edge highlighting is enabled, unselected paired edges are rebuilt in the highlight. This is usually necessary because such edges may be attached to moving selected edges. |
| bUsePreviews | If bRebuildStaticPairedEdges is true, this will prefer to use the previews rather than the unwrap canonical. |