Navigation
API > API/Plugins > API/Plugins/UVEditorTools > API/Plugins/UVEditorTools/UUVEditorToolMeshInput
Description
Updates the other meshes using the mesh in UnwrapPreview. Assumes that the overlay in UnwrapPreview is updated. Used to update everything when the applied preview was not being updated in tandem with the unwrap preview (otherwise one would use UpdateCanonicalFromPreviews).
| Name | UpdateAllFromUnwrapPreview |
| 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 UpdateAllFromUnwrapPreview
(
const TArray < int32 > * ChangedVids,
const TArray < int32 > * ChangedConnectivityTids,
const TArray < int32 > * FastRenderUpdateTids,
bool bBroadcast
)