Navigation
API > API/Plugins > API/Plugins/UVEditorTools > API/Plugins/UVEditorTools/ToolTargets > API/Plugins/UVEditorTools/ToolTargets/UUVEditorToolMeshInput
Type
typedef TMulticastDelegate_TwoParams< void, UUVEditorToolMeshInput &42;InputObject, const FCanonicalModifiedInfo & > FOnObjectModified
References
| Module | UVEditorTools |
| Header | /Engine/Plugins/Editor/UVEditor/Source/UVEditorTools/Public/ToolTargets/UVEditorToolMeshInput.h |
| Include | #include "ToolTargets/UVEditorToolMeshInput.h" |
Remarks
Broadcast when the canonical unwrap or applied meshes change. This gets broadcast by utility functions in this class that update those meshes (except for UpdateUnwrapCanonicalOverlayFromPositions, which is usually followed by a more complete update). If those utility functions are not used and the client updates one of those meshes, the client should broadcast the change themselves so that important related info can be updated (for instance, so that the mode can mark those objects as modified).