Navigation
API > API/Plugins > API/Plugins/UVEditorTools > API/Plugins/UVEditorTools/UUVToolSelectionAPI
Description
Change the transform of the unwrap highlight without rebuilding it (for cheap movement of the highlight when translating the elements). Note that unmoved paired edges (if paired edge highlighting is enabled) will still be rebuilt since their shape may be changed by the movement of adjacent edges.
| Name | SetUnwrapHighlightTransform |
| Type | function |
| Header File | /Engine/Plugins/Editor/UVEditor/Source/UVEditorTools/Public/Selection/UVToolSelectionAPI.h |
| Include Path | #include "Selection/UVToolSelectionAPI.h" |
| Source | /Engine/Plugins/Editor/UVEditor/Source/UVEditorTools/Private/Selection/UVToolSelectionAPI.cpp |
void SetUnwrapHighlightTransform
(
const FTransform & NewTransform
)