Description
GenerateInterpolatedProxy (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): ProxyMesh - Output proxy mesh ProxyMaterialArray - Proxy materials.
Information
| Module | MeshResizingDataflowNodes |
| Category | MeshResizing |
| Type | FGenerateInterpolatedProxyDataflowNode |
Parameters
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| BlendAlpha | Alpha between source (0) and target (1) | float | 1.000000 |
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 |
|---|---|---|---|
| ProxyMesh | Output proxy mesh | TObjectPtr<UDynamicMesh> | |
| ProxyMaterialArray | Proxy materials. | TArray<TObjectPtr<UMaterialInterface>> |