Description
ApplyRBFResizing (v1) Experimental
Apply the interpolation data calculated by GenerateRBFResizingWeights to resize a mesh.
Input(s) : MeshToResize - The mesh being resized TargetSkeletalMesh - The target mesh that corresponds with the SourceMesh used to generate the InterpolationData. Must have matching vertices with SourceMesh TargetMesh - The target mesh that corresponds with the SourceMesh used to generate the InterpolationData. Must have matching vertices with SourceMesh InterpolationData - The pre-calculated base RBF interpolation data.
Output(s): ResizedMesh - The resulting resized mesh
Information
| Module | MeshResizingDataflowNodes |
| Category | MeshResizing |
| Tags | Apply RBF Resizing |
| Type | FApplyRBFResizingNode |
Parameters
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| bUseSkeletalMeshTarget | Use a skeletal mesh for the target mesh (instead of a dynamic mesh) | bool | False |
| bInterpolateNormals | Whether or not to interpolate the normals as well as the positions | bool | True |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| MeshToResize | The mesh being resized | TObjectPtr<UDataflowMesh> | None |
| TargetSkeletalMesh | The target mesh that corresponds with the SourceMesh used to generate the InterpolationData. Must have matching vertices with SourceMesh | TObjectPtr<USkeletalMesh> | None |
| TargetSkeletalMeshLODIndex | int32 | 0 | |
| TargetMesh | The target mesh that corresponds with the SourceMesh used to generate the InterpolationData. Must have matching vertices with SourceMesh | TObjectPtr<UDataflowMesh> | None |
| InterpolationData | The pre-calculated base RBF interpolation data. | FMeshResizingRBFInterpolationData | (SampleIndices=,SampleRestPositions=,InterpolationWeights=) |
Outputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| ResizedMesh | The resulting resized mesh | TObjectPtr<UDataflowMesh> |