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