Description
Lerp Sampler (v1)
LerpSampler Input(s) : 2 Float or Vector Sampler, optional BlendSampler (if not connected blend value can be used) Output(s): Same type of sampler as the input ooutputting the lerped value
Input(s) : SamplerA - First input for lerp SamplerB - Second input for lerp BlendSampler - Optional FloatSampler to control lerp per sampled points Blend - If BlendSampler is not connected this value controls the lerp
Output(s): SamplerA [Passthrough] - First input for lerp
Information
| Module | DataflowNodes |
| Category | Samplers |
| Tags | Linear Interpolation |
| Type | FDataflowLerpSamplerNode |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| SamplerA | First input for lerp | FDataflowSamplerTypes | (Value=()) |
| SamplerB | Second input for lerp | FDataflowSamplerTypes | (Value=()) |
| BlendSampler | Optional FloatSampler to control lerp per sampled points | FDataflowFloatSampler | () |
| Blend | If BlendSampler is not connected this value controls the lerp | float | 0.000000 |
Outputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| SamplerA | First input for lerp | FDataflowSamplerTypes |