Unreal Engine Blueprint API Reference > Utilities > Struct
Adds a node that create a 'CameraLensSettings' from its members
Inputs
Type | Name | Description |
---|---|---|
real | Min Focal Length | Minimum focal length for this lens |
real | Max Focal Length | Maximum focal length for this lens |
real | Min FStop | Minimum aperture for this lens (e.g. 2.8 for an f/2.8 lens) |
real | Max FStop | Maximum aperture for this lens (e.g. 2.8 for an f/2.8 lens) |
real | Minimum Focus Distance | Shortest distance this lens can focus on. |
real | Squeeze Factor | Squeeze factor for anamorphic lenses. |
integer | Diaphragm Blade Count | Number of blades of diaphragm. |
Outputs
Type | Name | Description |
---|---|---|
struct | Camera Lens Settings |