Navigation
API > API/Plugins > API/Plugins/UVEditorTools > API/Plugins/UVEditorTools/UUVEditorToolMeshInput
Description
Updates UnwrapCanonical UV Overlay from UnwrapCanonical vert positions. Issues a NotifyDeferredEditCompleted for both positions and UVs.
Doesn't broadcast because it is expected that this call is followed by another call that updates the rest of the input object.
| Name | UpdateUnwrapCanonicalOverlayFromPositions |
| Type | function |
| Header File | /Engine/Plugins/Editor/UVEditor/Source/UVEditorTools/Public/ToolTargets/UVEditorToolMeshInput.h |
| Include Path | #include "ToolTargets/UVEditorToolMeshInput.h" |
| Source | /Engine/Plugins/Editor/UVEditor/Source/UVEditorTools/Private/ToolTargets/UVEditorToolMeshInput.cpp |
void UpdateUnwrapCanonicalOverlayFromPositions
(
const TArray < int32 > * ChangedVids,
const TArray < int32 > * ChangedConnectivityTids
)