Navigation
API > API/Plugins > API/Plugins/UVEditorTools > API/Plugins/UVEditorTools/UUVEditorToolMeshInput
Description
Updates the preview meshes from their canonical counterparts. Useful mainly as a way to reset the previews.
| Name | UpdatePreviewsFromCanonical |
| 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 UpdatePreviewsFromCanonical
(
const TArray < int32 > * ChangedVids,
const TArray < int32 > * ChangedConnectivityTids,
const TArray < int32 > * FastRenderUpdateTids
)