Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsExp
Inheritance Hierarchy
- UObject
- FWatchablePropertySet
- UInteractiveToolPropertySet
- UTransferMeshToolProperties
References
| Module | MeshModelingToolsExp |
| Header | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Public/TransferMeshTool.h |
| Include | #include "TransferMeshTool.h" |
Syntax
UCLASS ()
class UTransferMeshToolProperties : public UInteractiveToolPropertySet
Remarks
Standard properties of the Transfer operation
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bIsStaticMeshSource | Non-exposed properties used to provide custom lists to SourceLOD/TargetLOD | |
| bool | bIsStaticMeshTarget | ||
| bool | bTransferCollision | ||
| bool | bTransferMaterials | ||
| FString | SourceLOD | Specify which LOD from the Source (First) mesh to copy from | |
| TArray< EMeshLODIdentifier > | SourceLODEnums | ||
| TArray< FString > | SourceLODNamesList | ||
| FString | TargetLOD | Specify which LOD on the Target (Second) mesh to copy to | |
| TArray< EMeshLODIdentifier > | TargetLODEnums | ||
| TArray< FString > | TargetLODNamesList |