Description
DisplaceDataflowMesh (v1)
Displace mesh vertices by a sampler If the connected sampler is a VectorSampler, the selected vertices will be displaced by the sampled vector value. If the connected sampler is a FloatSampler, the selected vertices will be displaced along the vertex normal by the sampled float value.
Input(s) : Mesh [Intrinsic] - Output mesh Selection - VertexSelection to specify which vertices will be displaced. If it is not connected, all vertices will be displaced. Sampler - Sampler to displace vertices If the sampler is a VectorSampler, the selected vertices will be displaced by the sampled vector value. If the sampler is a FloatSampler, the selected vertices will be displaced along the vertex normal by the sampled float value.
Output(s): Mesh [Passthrough] - Output mesh
Information
| Module | DataflowNodes |
| Category | DataflowMesh|Transform |
| Tags | Offset Deform Sampler Normals |
| Type | FDisplaceDataflowMeshDataflowNode |
Parameters
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| bRecomputeNormals | If it is true, vertex normals will be recomputed after diplacement | bool | True |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Mesh | Output mesh | TObjectPtr<UDataflowMesh> | None |
| Sampler | Sampler to displace vertices If the sampler is a VectorSampler, the selected vertices will be displaced by the sampled vector value. If the sampler is a FloatSampler, the selected vertices will be displaced along the vertex normal by the sampled float value. | FDataflowSamplerTypes | (Value=()) |
| Selection | VertexSelection to specify which vertices will be displaced. If it is not connected, all vertices will be displaced. | FDataflowVertexSelection | () |
Outputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Mesh | Output mesh | TObjectPtr<UDataflowMesh> |