This page is not available in the language you have chosen. It will be displayed in English by default. If you would like to view it in a different language, you can try selecting another language.
Description
GenerateResizableProxy (v1) Experimental
Generate a pair of Dynamic Meshes with the same topology that can be interpolated.
Currently, this node relies on the vertex mapping data existing on the input source and target meshes, and that the mapped vertices on both meshes match.
Input(s) : SourceMesh - Source mesh SourceMaterialArray - Source materials. TargetMesh - Target mesh
Output(s): SourceProxyMesh - Output source proxy mesh TargetProxyMesh - Output source proxy mesh ProxyMaterialArray - Target materials.
Information
| Module | MeshResizingDataflowNodes |
| Category | MeshResizing |
| Type | FGenerateResizableProxyDataflowNode |
Parameters
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| SourceMappingData | Source vertex mapping data. TODO: only have two choices that work currently. Make this an enum or something | FString | ImportedVertexVIDsAttr |
| TargetMappingData | Target vertex mapping data. TODO: only have two choices that work currently. Make this an enum or something | FString | ImportedVertexVIDsAttr |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| SourceMesh | Source mesh | TObjectPtr<UDynamicMesh> | None |
| SourceMaterialArray | Source materials. | TArray<TObjectPtr<UMaterialInterface>> | |
| TargetMesh | Target mesh | TObjectPtr<UDynamicMesh> | None |
Outputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| SourceProxyMesh | Output source proxy mesh | TObjectPtr<UDynamicMesh> | |
| TargetProxyMesh | Output source proxy mesh | TObjectPtr<UDynamicMesh> | |
| ProxyMaterialArray | Target materials. | TArray<TObjectPtr<UMaterialInterface>> |