Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsExp
Inheritance Hierarchy
- UObject
- FWatchablePropertySet
- UInteractiveToolPropertySet
- UUVTransferToolProperties
References
| Module | MeshModelingToolsExp |
| Header | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Public/UVTransferTool.h |
| Include | #include "UVTransferTool.h" |
Syntax
UCLASS ()
class UUVTransferToolProperties : public UInteractiveToolPropertySet
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bClearExistingSeams | If true, clears existing seams on the destination mesh before carrying over new ones. | |
| bool | bReverseDirection | If false, the first selected mesh's UV's are applied to the second selected mesh. | |
| bool | bShowSeams | ||
| bool | bShowWireframes | ||
| bool | bTransferSeamsOnly | If true, we only transfer the seams without trying to transfer actual UV element values. | |
| ClampMax | |||
| ClampMin | Setting this above 0 will include a measure of path similarity to seam transfer, so that among similarly short paths, we pick one that lies closer to the edge. | ||
| UIMax |