Description
Sampler To Image (v1)
Sampler to Image Input(s) : Float or Vector Sample Output(s): an image created from the sampled values
Input(s) : Sampler - Sampler input
Output(s): Image - Output image
Information
| Module | DataflowNodes |
| Category | Samplers |
| Tags | Texture, Slice |
| Type | FDataflowSamplerToImageNode |
Parameters
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Center | Center of the render bounds | FVector | (X=0.000000,Y=0.000000,Z=0.000000) |
| Extent | Extent of the render bounds | FVector | (X=50.000000,Y=50.000000,Z=50.000000) |
| Plane | Slice plane orientation | EDataflowSlicePlaneOrientation | XYPlane |
| Offset | Relative offset of the slice plane inside the render bounds. The offset is beetween -1 and 1 | float | 0.000000 |
| bNormalize | Normalize the incoming vector data, if incoming vector data represents colors this must be turned off | bool | False |
| Resolution | Output image resolution | EDataflowImageResolution | Resolution256 |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Sampler | Sampler input | FDataflowSamplerTypes | (Value=()) |
Outputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Image | Output image | FDataflowImage |